#D6DD44

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

Shades of Starship #D6DD44

Tints of Starship #D6DD44

Color information

#D6DD44 (or 0xD6DD44) is unknown color: approx Starship. HEX triplet: D6, DD and 44. RGB value is (214,221,68). Sum of RGB (Red+Green+Blue) = 214+221+68=503 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.54% from 503); Green value is 221 (86.72% from 255 or 43.94% from 503); Blue value is 68 (26.95% from 255 or 13.52% from 503); Max value from RGB is 221 - color contains mainly: green. Hex color #D6DD44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6DD44 is #2922BB. Grayscale: #CACACA. Windows color (decimal): -2695868 or 4513238. OLE color: 4513238.

HSL color Cylindrical-coordinate representation of color #D6DD44: hue angle of 62.75º 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 #D6DD44 is Cyan = 0.03, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB21422168-
CMYK0.0300.690.13
HSL62.75º69.23%56.67%-
HSV(B)62.75º69.23%86.67%-
XYZ54.6366.4315.41-
YUV201.4652.68136.94-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.54%
GREEN value IS 221 (86.72% from 255) = 43.94%
BLUE value IS 68 (26.95% from 255) = 13.52%
R=42.54%
G=43.94%
B=13.52%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal214221680.0300.690.1362.7569.2356.67
HexD6DD443045D3f4539
Octal32633510430105157710571
Binary11010110110111011000100110100010111011111111000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DD44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DD44; }

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

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

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

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

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

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

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

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