Shades of Orinoco #D4DDB6
Tints of Orinoco #D4DDB6
RGB
CMYK
RGB Variations
Color information
#D4DDB6 (or 0xD4DDB6) is known color: Orinoco. HEX triplet: D4, DD and B6. RGB value is (212,221,182). Sum of RGB (Red+Green+Blue) = 212+221+182=615 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.47% from 615); Green value is 221 (86.72% from 255 or 35.93% from 615); Blue value is 182 (71.48% from 255 or 29.59% from 615); Max value from RGB is 221 - color contains mainly: green. Hex color #D4DDB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DDB6 is #2B2249. Grayscale: #D6D6D6. Windows color (decimal): -2826826 or 11984340. OLE color: 11984340.
HSL color Cylindrical-coordinate representation of color #D4DDB6: hue angle of 73.85º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D4DDB6 is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
RGB | 212 | 221 | 182 | - |
CMYK | 0.04 | 0 | 0.18 | 0.13 |
HSL | 73.85º | 0.36% | 0.79% | - |
HSV(B) | 73.85º | 0.18% | 0.87% | - |
XYZ | 61.45 | 69.09 | 54.35 | - |
YUV | 213.86 | 110.02 | 126.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 221 | 182 | 0.04 | 0 | 0.18 | 0.13 | 73.85 | 0.36 | 0.79 |
Hex | D4 | DD | B6 | 4 | 0 | 12 | D | 4A | 24 | 4F |
Octal | 324 | 335 | 266 | 4 | 0 | 22 | 15 | 112 | 44 | 117 |
Binary | 11010100 | 11011101 | 10110110 | 100 | 0 | 10010 | 1101 | 1001010 | 100100 | 1001111 |
Color Harmonies of #D4DDB6
Complementary color
Monochromatic Colors of #D4DDB6
Black with #D4DDB6
Text Example
Text Example
White with #D4DDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DDB6; }
p { color: rgb(212,221,182); }
H1.HeaderClassName
{
color: #D4DDB6;
}
.AnyTagClassName
{
color: #D4DDB6;
}
</style>
background-color css
<style>
a { background-color: #D4DDB6; }
a { background-color: rgb(212,221,182); }
div.DivClassName
{
background-color: #D4DDB6;
}
.BgClassName
{
background-color: #D4DDB6;
}
</style>
border-color css
<style>
span { border-color: #D4DDB6; }
span { border-color: rgb(212,221,182); }
td.TdClassName
{
border-color: #D4DDB6;
}
.TagClassName
{
border-color: #D4DDB6;
}
</style>