Shades of Deco #D6D28A
Tints of Deco #D6D28A
RGB
CMYK
RGB Variations
Color information
#D6D28A (or 0xD6D28A) is known color: Deco. HEX triplet: D6, D2 and 8A. RGB value is (214,210,138). Sum of RGB (Red+Green+Blue) = 214+210+138=562 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.08% from 562); Green value is 210 (82.42% from 255 or 37.37% from 562); Blue value is 138 (54.30% from 255 or 24.56% from 562); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D28A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6D28A is #292D75. Grayscale: #CBCBCB. Windows color (decimal): -2698614 or 9097942. OLE color: 9097942.
HSL color Cylindrical-coordinate representation of color #D6D28A: hue angle of 56.84º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D6D28A is Cyan = 0, Magento = 0.02, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 210 | 138 | - |
| CMYK | 0 | 0.02 | 0.36 | 0.16 |
| HSL | 56.84º | 0.48% | 0.69% | - |
| HSV(B) | 56.84º | 0.36% | 0.84% | - |
| XYZ | 55.37 | 62.22 | 33.14 | - |
| YUV | 202.99 | 91.33 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 210 | 138 | 0 | 0.02 | 0.36 | 0.16 | 56.84 | 0.48 | 0.69 |
| Hex | D6 | D2 | 8A | 0 | 2 | 24 | 10 | 39 | 30 | 45 |
| Octal | 326 | 322 | 212 | 0 | 2 | 44 | 20 | 71 | 60 | 105 |
| Binary | 11010110 | 11010010 | 10001010 | 0 | 10 | 100100 | 10000 | 111001 | 110000 | 1000101 |
Color Harmonies of #D6D28A
Complementary color
Monochromatic Colors of #D6D28A
Black with #D6D28A
Text Example
Text Example
White with #D6D28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D28A; }
p { color: rgb(214,210,138); }
H1.HeaderClassName
{
color: #D6D28A;
}
.AnyTagClassName
{
color: #D6D28A;
}
</style>
background-color css
<style>
a { background-color: #D6D28A; }
a { background-color: rgb(214,210,138); }
div.DivClassName
{
background-color: #D6D28A;
}
.BgClassName
{
background-color: #D6D28A;
}
</style>
border-color css
<style>
span { border-color: #D6D28A; }
span { border-color: rgb(214,210,138); }
td.TdClassName
{
border-color: #D6D28A;
}
.TagClassName
{
border-color: #D6D28A;
}
</style>