#CDD0AB

Color #CDD0AB Orinoco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orinoco #CDD0AB

Tints of Orinoco #CDD0AB

Color information

#CDD0AB (or 0xCDD0AB) is unknown color: approx Orinoco. HEX triplet: CD, D0 and AB. RGB value is (205,208,171). Sum of RGB (Red+Green+Blue) = 205+208+171=584 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.10% from 584); Green value is 208 (81.64% from 255 or 35.62% from 584); Blue value is 171 (67.19% from 255 or 29.28% from 584); Max value from RGB is 208 - color contains mainly: green. Hex color #CDD0AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD0AB is #322F54. Grayscale: #CBCBCB. Windows color (decimal): -3288917 or 11260109. OLE color: 11260109.

HSL color Cylindrical-coordinate representation of color #CDD0AB: hue angle of 64.86º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDD0AB is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB205208171-
CMYK0.0100.180.18
HSL64.86º28.24%74.31%-
HSV(B)64.86º17.79%81.57%-
XYZ55.0861.0347.41-
YUV202.88110.01129.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 205 (80.47% from 255) = 35.10%
GREEN value IS 208 (81.64% from 255) = 35.62%
BLUE value IS 171 (67.19% from 255) = 29.28%
R=35.10%
G=35.62%
B=29.28%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2052081710.0100.180.1864.8628.2474.31
HexCDD0AB101212411c4a
Octal31532025310222210134112
Binary1100110111010000101010111010010100101000001111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD0AB; }

 p { color: rgb(205,208,171); }

 H1.HeaderClassName
 {
   color: #CDD0AB;
 }
 .AnyTagClassName
 {
   color: #CDD0AB;
 }
</style>
background-color css

<style>
 a { background-color: #CDD0AB; }

 a { background-color: rgb(205,208,171); }

 div.DivClassName
 {
   background-color: #CDD0AB;
 }
 .BgClassName
 {
   background-color: #CDD0AB;
 }
</style>
border-color css

<style>
 span { border-color: #CDD0AB; }

 span { border-color: rgb(205,208,171); }

 td.TdClassName
 {
   border-color: #CDD0AB;
 }
 .TagClassName
 {
   border-color: #CDD0AB;
 }
</style>