Shades of Concrete #D2D0CA
Tints of Concrete #D2D0CA
RGB
CMYK
RGB Variations
Color information
#D2D0CA (or 0xD2D0CA) is known color: Concrete. HEX triplet: D2, D0 and CA. RGB value is (210,208,202). Sum of RGB (Red+Green+Blue) = 210+208+202=620 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.87% from 620); Green value is 208 (81.64% from 255 or 33.55% from 620); Blue value is 202 (79.30% from 255 or 32.58% from 620); Max value from RGB is 210 - color contains mainly: red. Hex color #D2D0CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2D0CA is #2D2F35. Grayscale: #CFCFCF. Windows color (decimal): -2961206 or 13291730. OLE color: 13291730.
HSL color Cylindrical-coordinate representation of color #D2D0CA: hue angle of 45º degrees, saturation: 0.08, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D2D0CA is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
RGB | 210 | 208 | 202 | - |
CMYK | 0 | 0.01 | 0.04 | 0.18 |
HSL | 45º | 0.08% | 0.81% | - |
HSV(B) | 45º | 0.04% | 0.82% | - |
XYZ | 59.79 | 63.08 | 64.9 | - |
YUV | 207.91 | 124.66 | 129.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 210 | 208 | 202 | 0 | 0.01 | 0.04 | 0.18 | 45 | 0.08 | 0.81 |
Hex | D2 | D0 | CA | 0 | 1 | 4 | 12 | 2D | 8 | 51 |
Octal | 322 | 320 | 312 | 0 | 1 | 4 | 22 | 55 | 10 | 121 |
Binary | 11010010 | 11010000 | 11001010 | 0 | 1 | 100 | 10010 | 101101 | 1000 | 1010001 |
Color Harmonies of #D2D0CA
Complementary color
Monochromatic Colors of #D2D0CA
Black with #D2D0CA
Text Example
Text Example
White with #D2D0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D0CA; }
p { color: rgb(210,208,202); }
H1.HeaderClassName
{
color: #D2D0CA;
}
.AnyTagClassName
{
color: #D2D0CA;
}
</style>
background-color css
<style>
a { background-color: #D2D0CA; }
a { background-color: rgb(210,208,202); }
div.DivClassName
{
background-color: #D2D0CA;
}
.BgClassName
{
background-color: #D2D0CA;
}
</style>
border-color css
<style>
span { border-color: #D2D0CA; }
span { border-color: rgb(210,208,202); }
td.TdClassName
{
border-color: #D2D0CA;
}
.TagClassName
{
border-color: #D2D0CA;
}
</style>