#D6D28C

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

Shades of Deco #D6D28C

Tints of Deco #D6D28C

Color information

#D6D28C (or 0xD6D28C) is unknown color: approx Deco. HEX triplet: D6, D2 and 8C. RGB value is (214,210,140). Sum of RGB (Red+Green+Blue) = 214+210+140=564 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.94% from 564); Green value is 210 (82.42% from 255 or 37.23% from 564); Blue value is 140 (55.08% from 255 or 24.82% from 564); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D28C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6D28C is #292D73. Grayscale: #CBCBCB. Windows color (decimal): -2698612 or 9229014. OLE color: 9229014.

HSL color Cylindrical-coordinate representation of color #D6D28C: hue angle of 56.76º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D6D28C is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB214210140-
CMYK00.020.350.16
HSL56.76º47.44%69.41%-
HSV(B)56.76º34.58%83.92%-
XYZ55.5162.2833.91-
YUV203.2292.33135.69-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.94%
GREEN value IS 210 (82.42% from 255) = 37.23%
BLUE value IS 140 (55.08% from 255) = 24.82%
R=37.94%
G=37.23%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21421014000.020.350.1656.7647.4469.41
HexD6D28C022310392f45
Octal3263222140243207157105
Binary110101101101001010001100010100011100001110011011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D28C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D28C; }

 p { color: rgb(214,210,140); }

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

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

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

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

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

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

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