Shades of Orinoco #CDCDAD
Tints of Orinoco #CDCDAD
RGB
CMYK
RGB Variations
Color information
#CDCDAD (or 0xCDCDAD) is known color: Orinoco. HEX triplet: CD, CD and AD. RGB value is (205,205,173). Sum of RGB (Red+Green+Blue) = 205+205+173=583 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.16% from 583); Green value is 205 (80.47% from 255 or 35.16% from 583); Blue value is 173 (67.97% from 255 or 29.67% from 583); Max value from RGB is 205 - color contains mainly: red, green. Hex color #CDCDAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDCDAD is #323252. Grayscale: #C9C9C9. Windows color (decimal): -3289683 or 11390413. OLE color: 11390413.
HSL color Cylindrical-coordinate representation of color #CDCDAD: hue angle of 60º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDCDAD is Cyan = 0, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
RGB | 205 | 205 | 173 | - |
CMYK | 0 | 0 | 0.16 | 0.20 |
HSL | 60º | 0.24% | 0.74% | - |
HSV(B) | 60º | 0.16% | 0.8% | - |
XYZ | 54.55 | 59.66 | 48.18 | - |
YUV | 201.35 | 112 | 130.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 205 | 173 | 0 | 0 | 0.16 | 0.20 | 60 | 0.24 | 0.74 |
Hex | CD | CD | AD | 0 | 0 | 10 | 14 | 3C | 18 | 4A |
Octal | 315 | 315 | 255 | 0 | 0 | 20 | 24 | 74 | 30 | 112 |
Binary | 11001101 | 11001101 | 10101101 | 0 | 0 | 10000 | 10100 | 111100 | 11000 | 1001010 |
Color Harmonies of #CDCDAD
Complementary color
Monochromatic Colors of #CDCDAD
Black with #CDCDAD
Text Example
Text Example
White with #CDCDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCDAD; }
p { color: rgb(205,205,173); }
H1.HeaderClassName
{
color: #CDCDAD;
}
.AnyTagClassName
{
color: #CDCDAD;
}
</style>
background-color css
<style>
a { background-color: #CDCDAD; }
a { background-color: rgb(205,205,173); }
div.DivClassName
{
background-color: #CDCDAD;
}
.BgClassName
{
background-color: #CDCDAD;
}
</style>
border-color css
<style>
span { border-color: #CDCDAD; }
span { border-color: rgb(205,205,173); }
td.TdClassName
{
border-color: #CDCDAD;
}
.TagClassName
{
border-color: #CDCDAD;
}
</style>