#D6D28B

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

Shades of Deco #D6D28B

Tints of Deco #D6D28B

Color information

#D6D28B (or 0xD6D28B) is unknown color: approx Deco. HEX triplet: D6, D2 and 8B. RGB value is (214,210,139). Sum of RGB (Red+Green+Blue) = 214+210+139=563 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.01% from 563); Green value is 210 (82.42% from 255 or 37.30% from 563); Blue value is 139 (54.69% from 255 or 24.69% from 563); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D28B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6D28B is #292D74. Grayscale: #CBCBCB. Windows color (decimal): -2698613 or 9163478. OLE color: 9163478.

HSL color Cylindrical-coordinate representation of color #D6D28B: hue angle of 56.8º degrees, saturation: 0.48, 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 #D6D28B is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB214210139-
CMYK00.020.350.16
HSL56.8º47.77%69.22%-
HSV(B)56.8º35.05%83.92%-
XYZ55.4462.2533.52-
YUV203.191.83135.77-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.01%
GREEN value IS 210 (82.42% from 255) = 37.30%
BLUE value IS 139 (54.69% from 255) = 24.69%
R=38.01%
G=37.30%
B=24.69%

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
Decimal21421013900.020.350.1656.847.7769.22
HexD6D28B022310393045
Octal3263222130243207160105
Binary110101101101001010001011010100011100001110011100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D28B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D28B; }

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

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

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

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

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

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

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

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