Shades of Orinoco #CDCDA3
Tints of Orinoco #CDCDA3
RGB
CMYK
RGB Variations
Color information
#CDCDA3 (or 0xCDCDA3) is known color: Orinoco. HEX triplet: CD, CD and A3. RGB value is (205,205,163). Sum of RGB (Red+Green+Blue) = 205+205+163=573 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.78% from 573); Green value is 205 (80.47% from 255 or 35.78% from 573); Blue value is 163 (64.06% from 255 or 28.45% from 573); Max value from RGB is 205 - color contains mainly: red, green. Hex color #CDCDA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDCDA3 is #32325C. Grayscale: #C8C8C8. Windows color (decimal): -3289693 or 10735053. OLE color: 10735053.
HSL color Cylindrical-coordinate representation of color #CDCDA3: hue angle of 60º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CDCDA3 is Cyan = 0, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
RGB | 205 | 205 | 163 | - |
CMYK | 0 | 0 | 0.20 | 0.20 |
HSL | 60º | 0.3% | 0.72% | - |
HSV(B) | 60º | 0.2% | 0.8% | - |
XYZ | 53.62 | 59.29 | 43.27 | - |
YUV | 200.21 | 107 | 131.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 205 | 163 | 0 | 0 | 0.20 | 0.20 | 60 | 0.3 | 0.72 |
Hex | CD | CD | A3 | 0 | 0 | 14 | 14 | 3C | 1E | 48 |
Octal | 315 | 315 | 243 | 0 | 0 | 24 | 24 | 74 | 36 | 110 |
Binary | 11001101 | 11001101 | 10100011 | 0 | 0 | 10100 | 10100 | 111100 | 11110 | 1001000 |
Color Harmonies of #CDCDA3
Complementary color
Monochromatic Colors of #CDCDA3
Black with #CDCDA3
Text Example
Text Example
White with #CDCDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCDA3; }
p { color: rgb(205,205,163); }
H1.HeaderClassName
{
color: #CDCDA3;
}
.AnyTagClassName
{
color: #CDCDA3;
}
</style>
background-color css
<style>
a { background-color: #CDCDA3; }
a { background-color: rgb(205,205,163); }
div.DivClassName
{
background-color: #CDCDA3;
}
.BgClassName
{
background-color: #CDCDA3;
}
</style>
border-color css
<style>
span { border-color: #CDCDA3; }
span { border-color: rgb(205,205,163); }
td.TdClassName
{
border-color: #CDCDA3;
}
.TagClassName
{
border-color: #CDCDA3;
}
</style>