#D9D740

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

Shades of Starship #D9D740

Tints of Starship #D9D740

Color information

#D9D740 (or 0xD9D740) is unknown color: approx Starship. HEX triplet: D9, D7 and 40. RGB value is (217,215,64). Sum of RGB (Red+Green+Blue) = 217+215+64=496 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.75% from 496); Green value is 215 (84.38% from 255 or 43.35% from 496); Blue value is 64 (25.39% from 255 or 12.90% from 496); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D740 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9D740 is #2628BF. Grayscale: #C6C6C6. Windows color (decimal): -2500800 or 4249561. OLE color: 4249561.

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

Color convert

RGB21721564-
CMYK00.010.710.15
HSL59.22º66.81%55.1%-
HSV(B)59.22º70.51%85.1%-
XYZ53.8463.7214.31-
YUV198.3852.16141.28-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.75%
GREEN value IS 215 (84.38% from 255) = 43.35%
BLUE value IS 64 (25.39% from 255) = 12.90%
R=43.75%
G=43.35%
B=12.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.71
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2172156400.010.710.1559.2266.8155.1
HexD9D7400147F3b4337
Octal33132710001107177310367
Binary1101100111010111100000001100011111111110111000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D740; }

 p { color: rgb(217,215,64); }

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

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

 a { background-color: rgb(217,215,64); }

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

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

 span { border-color: rgb(217,215,64); }

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