#D6D37D

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

Shades of Deco #D6D37D

Tints of Deco #D6D37D

Color information

#D6D37D (or 0xD6D37D) is unknown color: approx Deco. HEX triplet: D6, D3 and 7D. RGB value is (214,211,125). Sum of RGB (Red+Green+Blue) = 214+211+125=550 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.91% from 550); Green value is 211 (82.81% from 255 or 38.36% from 550); Blue value is 125 (49.22% from 255 or 22.73% from 550); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D37D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D37D is #292C82. Grayscale: #CACACA. Windows color (decimal): -2698371 or 8246230. OLE color: 8246230.

HSL color Cylindrical-coordinate representation of color #D6D37D: hue angle of 57.98º 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 #D6D37D is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB214211125-
CMYK00.010.420.16
HSL57.98º52.05%66.47%-
HSV(B)57.98º41.59%83.92%-
XYZ54.7362.3728.56-
YUV202.0984.49136.49-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.91%
GREEN value IS 211 (82.81% from 255) = 38.36%
BLUE value IS 125 (49.22% from 255) = 22.73%
R=38.91%
G=38.36%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21421112500.010.420.1657.9852.0566.47
HexD6D37D012A103a3442
Octal3263231750152207264102
Binary1101011011010011111110101101010100001110101101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D37D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D37D; }

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

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

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

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

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

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

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

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