Shades of Orinoco #CDCDAB
Tints of Orinoco #CDCDAB
RGB
CMYK
RGB Variations
Color information
#CDCDAB (or 0xCDCDAB) is known color: Orinoco. HEX triplet: CD, CD and AB. RGB value is (205,205,171). Sum of RGB (Red+Green+Blue) = 205+205+171=581 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.28% from 581); Green value is 205 (80.47% from 255 or 35.28% from 581); Blue value is 171 (67.19% from 255 or 29.43% from 581); Max value from RGB is 205 - color contains mainly: red, green. Hex color #CDCDAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDCDAB is #323254. Grayscale: #C9C9C9. Windows color (decimal): -3289685 or 11259341. OLE color: 11259341.
HSL color Cylindrical-coordinate representation of color #CDCDAB: hue angle of 60º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDCDAB is Cyan = 0, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 205 | 171 | - |
| CMYK | 0 | 0 | 0.17 | 0.20 |
| HSL | 60º | 0.25% | 0.74% | - |
| HSV(B) | 60º | 0.17% | 0.8% | - |
| XYZ | 54.36 | 59.58 | 47.16 | - |
| YUV | 201.12 | 111 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 205 | 171 | 0 | 0 | 0.17 | 0.20 | 60 | 0.25 | 0.74 |
| Hex | CD | CD | AB | 0 | 0 | 11 | 14 | 3C | 19 | 4A |
| Octal | 315 | 315 | 253 | 0 | 0 | 21 | 24 | 74 | 31 | 112 |
| Binary | 11001101 | 11001101 | 10101011 | 0 | 0 | 10001 | 10100 | 111100 | 11001 | 1001010 |
Color Harmonies of #CDCDAB
Complementary color
Monochromatic Colors of #CDCDAB
Black with #CDCDAB
Text Example
Text Example
White with #CDCDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCDAB; }
p { color: rgb(205,205,171); }
H1.HeaderClassName
{
color: #CDCDAB;
}
.AnyTagClassName
{
color: #CDCDAB;
}
</style>
background-color css
<style>
a { background-color: #CDCDAB; }
a { background-color: rgb(205,205,171); }
div.DivClassName
{
background-color: #CDCDAB;
}
.BgClassName
{
background-color: #CDCDAB;
}
</style>
border-color css
<style>
span { border-color: #CDCDAB; }
span { border-color: rgb(205,205,171); }
td.TdClassName
{
border-color: #CDCDAB;
}
.TagClassName
{
border-color: #CDCDAB;
}
</style>