#d6db44

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

Shades of Starship #D6DB44

Tints of Starship #D6DB44

Color information

#D6DB44 (or 0xD6DB44) is unknown color: approx Starship. HEX triplet: D6, DB and 44. RGB value is (214,219,68). Sum of RGB (Red+Green+Blue) = 214+219+68=501 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.71% from 501); Green value is 219 (85.94% from 255 or 43.71% from 501); Blue value is 68 (26.95% from 255 or 13.57% from 501); Max value from RGB is 219 - color contains mainly: green. Hex color #D6DB44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6DB44 is #2924BB. Grayscale: #C8C8C8. Windows color (decimal): -2696380 or 4512726. OLE color: 4512726.

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

Color convert

RGB21421968-
CMYK0.0200.690.14
HSL61.99º67.71%56.27%-
HSV(B)61.99º68.95%85.88%-
XYZ54.1165.3815.24-
YUV200.2953.34137.78-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.71%
GREEN value IS 219 (85.94% from 255) = 43.71%
BLUE value IS 68 (26.95% from 255) = 13.57%
R=42.71%
G=43.71%
B=13.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal214219680.0200.690.1461.9967.7156.27
HexD6DB442045E3e4438
Octal32633310420105167610470
Binary11010110110110111000100100100010111101111101000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d6db44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d6db44; }

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

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

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

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

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

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

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

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