#D6D67D

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

Shades of Deco #D6D67D

Tints of Deco #D6D67D

Color information

#D6D67D (or 0xD6D67D) is unknown color: approx Deco. HEX triplet: D6, D6 and 7D. RGB value is (214,214,125). Sum of RGB (Red+Green+Blue) = 214+214+125=553 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.70% from 553); Green value is 214 (83.98% from 255 or 38.70% from 553); Blue value is 125 (49.22% from 255 or 22.60% from 553); Max value from RGB is 214 - color contains mainly: red, green. Hex color #D6D67D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D67D is #292982. Grayscale: #CCCCCC. Windows color (decimal): -2697603 or 8246998. OLE color: 8246998.

HSL color Cylindrical-coordinate representation of color #D6D67D: hue angle of 60º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D6D67D is Cyan = 0, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB214214125-
CMYK000.420.16
HSL60º52.05%66.47%-
HSV(B)60º41.59%83.92%-
XYZ55.4863.8728.81-
YUV203.8583.5135.24-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.70%
GREEN value IS 214 (83.98% from 255) = 38.70%
BLUE value IS 125 (49.22% from 255) = 22.60%
R=38.70%
G=38.70%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214214125000.420.166052.0566.47
HexD6D67D002A103c3442
Octal3263261750052207464102
Binary1101011011010110111110100101010100001111001101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D67D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D67D; }

 p { color: rgb(214,214,125); }

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

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

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

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

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

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

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