Shades of Orinoco #CDD3AC
Tints of Orinoco #CDD3AC
RGB
CMYK
RGB Variations
Color information
#CDD3AC (or 0xCDD3AC) is known color: Orinoco. HEX triplet: CD, D3 and AC. RGB value is (205,211,172). Sum of RGB (Red+Green+Blue) = 205+211+172=588 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.86% from 588); Green value is 211 (82.81% from 255 or 35.88% from 588); Blue value is 172 (67.58% from 255 or 29.25% from 588); Max value from RGB is 211 - color contains mainly: green. Hex color #CDD3AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD3AC is #322C53. Grayscale: #CCCCCC. Windows color (decimal): -3288148 or 11326413. OLE color: 11326413.
HSL color Cylindrical-coordinate representation of color #CDD3AC: hue angle of 69.23º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDD3AC is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 205 | 211 | 172 | - |
| CMYK | 0.03 | 0 | 0.18 | 0.17 |
| HSL | 69.23º | 0.31% | 0.75% | - |
| HSV(B) | 69.23º | 0.18% | 0.83% | - |
| XYZ | 55.92 | 62.55 | 48.16 | - |
| YUV | 204.76 | 109.51 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 211 | 172 | 0.03 | 0 | 0.18 | 0.17 | 69.23 | 0.31 | 0.75 |
| Hex | CD | D3 | AC | 3 | 0 | 12 | 11 | 45 | 1F | 4B |
| Octal | 315 | 323 | 254 | 3 | 0 | 22 | 21 | 105 | 37 | 113 |
| Binary | 11001101 | 11010011 | 10101100 | 11 | 0 | 10010 | 10001 | 1000101 | 11111 | 1001011 |
Color Harmonies of #CDD3AC
Complementary color
Monochromatic Colors of #CDD3AC
Black with #CDD3AC
Text Example
Text Example
White with #CDD3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD3AC; }
p { color: rgb(205,211,172); }
H1.HeaderClassName
{
color: #CDD3AC;
}
.AnyTagClassName
{
color: #CDD3AC;
}
</style>
background-color css
<style>
a { background-color: #CDD3AC; }
a { background-color: rgb(205,211,172); }
div.DivClassName
{
background-color: #CDD3AC;
}
.BgClassName
{
background-color: #CDD3AC;
}
</style>
border-color css
<style>
span { border-color: #CDD3AC; }
span { border-color: rgb(205,211,172); }
td.TdClassName
{
border-color: #CDD3AC;
}
.TagClassName
{
border-color: #CDD3AC;
}
</style>