#D8DC40

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

Shades of Starship #D8DC40

Tints of Starship #D8DC40

Color information

#D8DC40 (or 0xD8DC40) is unknown color: approx Starship. HEX triplet: D8, DC and 40. RGB value is (216,220,64). Sum of RGB (Red+Green+Blue) = 216+220+64=500 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.2% from 500); Green value is 220 (86.33% from 255 or 44% from 500); Blue value is 64 (25.39% from 255 or 12.8% from 500); Max value from RGB is 220 - color contains mainly: green. Hex color #D8DC40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8DC40 is #2723BF. Grayscale: #C9C9C9. Windows color (decimal): -2565056 or 4250840. OLE color: 4250840.

HSL color Cylindrical-coordinate representation of color #D8DC40: hue angle of 61.54º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D8DC40 is Cyan = 0.02, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.

Color convert

RGB21622064-
CMYK0.0200.710.14
HSL61.54º69.03%55.69%-
HSV(B)61.54º70.91%86.27%-
XYZ54.8466.1614.73-
YUV201.0250.67138.68-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.2%
GREEN value IS 220 (86.33% from 255) = 44%
BLUE value IS 64 (25.39% from 255) = 12.8%
R=43.2%
G=44%
B=12.8%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal216220640.0200.710.1461.5469.0355.69
HexD8DC402047E3e4538
Octal33033410020107167610570
Binary11011000110111001000000100100011111101111101000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DC40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DC40; }

 p { color: rgb(216,220,64); }

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

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

 a { background-color: rgb(216,220,64); }

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

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

 span { border-color: rgb(216,220,64); }

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