Shades of Orinoco #D4DFAC
Tints of Orinoco #D4DFAC
RGB
CMYK
RGB Variations
Color information
#D4DFAC (or 0xD4DFAC) is known color: Orinoco. HEX triplet: D4, DF and AC. RGB value is (212,223,172). Sum of RGB (Red+Green+Blue) = 212+223+172=607 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.93% from 607); Green value is 223 (87.5% from 255 or 36.74% from 607); Blue value is 172 (67.58% from 255 or 28.34% from 607); Max value from RGB is 223 - color contains mainly: green. Hex color #D4DFAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4DFAC is #2B2053. Grayscale: #D6D6D6. Windows color (decimal): -2826324 or 11329492. OLE color: 11329492.
HSL color Cylindrical-coordinate representation of color #D4DFAC: hue angle of 72.94º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D4DFAC is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
RGB | 212 | 223 | 172 | - |
CMYK | 0.05 | 0 | 0.23 | 0.13 |
HSL | 72.94º | 0.44% | 0.77% | - |
HSV(B) | 72.94º | 0.23% | 0.87% | - |
XYZ | 60.99 | 69.75 | 49.28 | - |
YUV | 213.9 | 104.36 | 126.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 223 | 172 | 0.05 | 0 | 0.23 | 0.13 | 72.94 | 0.44 | 0.77 |
Hex | D4 | DF | AC | 5 | 0 | 17 | D | 49 | 2C | 4D |
Octal | 324 | 337 | 254 | 5 | 0 | 27 | 15 | 111 | 54 | 115 |
Binary | 11010100 | 11011111 | 10101100 | 101 | 0 | 10111 | 1101 | 1001001 | 101100 | 1001101 |
Color Harmonies of #D4DFAC
Complementary color
Monochromatic Colors of #D4DFAC
Black with #D4DFAC
Text Example
Text Example
White with #D4DFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DFAC; }
p { color: rgb(212,223,172); }
H1.HeaderClassName
{
color: #D4DFAC;
}
.AnyTagClassName
{
color: #D4DFAC;
}
</style>
background-color css
<style>
a { background-color: #D4DFAC; }
a { background-color: rgb(212,223,172); }
div.DivClassName
{
background-color: #D4DFAC;
}
.BgClassName
{
background-color: #D4DFAC;
}
</style>
border-color css
<style>
span { border-color: #D4DFAC; }
span { border-color: rgb(212,223,172); }
td.TdClassName
{
border-color: #D4DFAC;
}
.TagClassName
{
border-color: #D4DFAC;
}
</style>