#DAD736

Color #DAD736 Starship (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Starship #DAD736

Tints of Starship #DAD736

Color information

#DAD736 (or 0xDAD736) is unknown color: approx Starship. HEX triplet: DA, D7 and 36. RGB value is (218,215,54). Sum of RGB (Red+Green+Blue) = 218+215+54=487 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.76% from 487); Green value is 215 (84.38% from 255 or 44.15% from 487); Blue value is 54 (21.48% from 255 or 11.09% from 487); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD736 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD736 is #2528C9. Grayscale: #C6C6C6. Windows color (decimal): -2435274 or 3594202. OLE color: 3594202.

HSL color Cylindrical-coordinate representation of color #DAD736: hue angle of 58.9º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DAD736 is Cyan = 0, Magento = 0.01, Yellow = 0.75 and Black (K on CMYK) = 0.15.

Color convert

RGB21821554-
CMYK00.010.750.15
HSL58.9º68.91%53.33%-
HSV(B)58.9º75.23%85.49%-
XYZ53.8863.7712.96-
YUV197.5446.99142.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 218 (85.55% from 255) = 44.76%
GREEN value IS 215 (84.38% from 255) = 44.15%
BLUE value IS 54 (21.48% from 255) = 11.09%
R=44.76%
G=44.15%
B=11.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.75
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2182155400.010.750.1558.968.9153.33
HexDAD736014BF3b4535
Octal3323276601113177310565
Binary110110101101011111011001100101111111110111000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD736; }

 p { color: rgb(218,215,54); }

 H1.HeaderClassName
 {
   color: #DAD736;
 }
 .AnyTagClassName
 {
   color: #DAD736;
 }
</style>
background-color css

<style>
 a { background-color: #DAD736; }

 a { background-color: rgb(218,215,54); }

 div.DivClassName
 {
   background-color: #DAD736;
 }
 .BgClassName
 {
   background-color: #DAD736;
 }
</style>
border-color css

<style>
 span { border-color: #DAD736; }

 span { border-color: rgb(218,215,54); }

 td.TdClassName
 {
   border-color: #DAD736;
 }
 .TagClassName
 {
   border-color: #DAD736;
 }
</style>