#DAD945

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

Shades of Starship #DAD945

Tints of Starship #DAD945

Color information

#DAD945 (or 0xDAD945) is unknown color: approx Starship. HEX triplet: DA, D9 and 45. RGB value is (218,217,69). Sum of RGB (Red+Green+Blue) = 218+217+69=504 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.25% from 504); Green value is 217 (85.16% from 255 or 43.06% from 504); Blue value is 69 (27.34% from 255 or 13.69% from 504); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD945 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD945 is #2526BA. Grayscale: #C9C9C9. Windows color (decimal): -2434747 or 4577754. OLE color: 4577754.

HSL color Cylindrical-coordinate representation of color #DAD945: hue angle of 59.6º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DAD945 is Cyan = 0, Magento = 0.00, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB21821769-
CMYK00.000.680.15
HSL59.6º66.82%56.27%-
HSV(B)59.6º68.35%85.49%-
XYZ54.864.9615.28-
YUV200.4353.83140.53-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.25%
GREEN value IS 217 (85.16% from 255) = 43.06%
BLUE value IS 69 (27.34% from 255) = 13.69%
R=43.25%
G=43.06%
B=13.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.68
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2182176900.000.680.1559.666.8256.27
HexDAD9450044F3c4338
Octal33233110500104177410370
Binary1101101011011001100010100100010011111111001000011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD945; }

 p { color: rgb(218,217,69); }

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

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

 a { background-color: rgb(218,217,69); }

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

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

 span { border-color: rgb(218,217,69); }

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