#D8DD44

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

Shades of Starship #D8DD44

Tints of Starship #D8DD44

Color information

#D8DD44 (or 0xD8DD44) is unknown color: approx Starship. HEX triplet: D8, DD and 44. RGB value is (216,221,68). Sum of RGB (Red+Green+Blue) = 216+221+68=505 (66% of max value = 765). Red value is 216 (84.77% from 255 or 42.77% from 505); Green value is 221 (86.72% from 255 or 43.76% from 505); Blue value is 68 (26.95% from 255 or 13.47% from 505); Max value from RGB is 221 - color contains mainly: green. Hex color #D8DD44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8DD44 is #2722BB. Grayscale: #CACACA. Windows color (decimal): -2564796 or 4513240. OLE color: 4513240.

HSL color Cylindrical-coordinate representation of color #D8DD44: hue angle of 61.96º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D8DD44 is Cyan = 0.02, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB21622168-
CMYK0.0200.690.13
HSL61.96º69.23%56.67%-
HSV(B)61.96º69.23%86.67%-
XYZ55.2266.7315.44-
YUV202.0652.34137.94-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.77%
GREEN value IS 221 (86.72% from 255) = 43.76%
BLUE value IS 68 (26.95% from 255) = 13.47%
R=42.77%
G=43.76%
B=13.47%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal216221680.0200.690.1361.9669.2356.67
HexD8DD442045D3e4539
Octal33033510420105157610571
Binary11011000110111011000100100100010111011111101000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DD44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DD44; }

 p { color: rgb(216,221,68); }

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

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

 a { background-color: rgb(216,221,68); }

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

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

 span { border-color: rgb(216,221,68); }

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