#CDD0AE

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

Shades of Orinoco #CDD0AE

Tints of Orinoco #CDD0AE

Color information

#CDD0AE (or 0xCDD0AE) is unknown color: approx Orinoco. HEX triplet: CD, D0 and AE. RGB value is (205,208,174). Sum of RGB (Red+Green+Blue) = 205+208+174=587 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.92% from 587); Green value is 208 (81.64% from 255 or 35.43% from 587); Blue value is 174 (68.36% from 255 or 29.64% from 587); Max value from RGB is 208 - color contains mainly: green. Hex color #CDD0AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD0AE is #322F51. Grayscale: #CBCBCB. Windows color (decimal): -3288914 or 11456717. OLE color: 11456717.

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

Color convert

RGB205208174-
CMYK0.0100.160.18
HSL65.29º26.56%74.9%-
HSV(B)65.29º16.35%81.57%-
XYZ55.3761.1548.93-
YUV203.23111.51129.26-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.92%
GREEN value IS 208 (81.64% from 255) = 35.43%
BLUE value IS 174 (68.36% from 255) = 29.64%
R=34.92%
G=35.43%
B=29.64%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2052081740.0100.160.1865.2926.5674.9
HexCDD0AE101012411b4b
Octal31532025610202210133113
Binary1100110111010000101011101010000100101000001110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD0AE; }

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

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

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

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

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

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

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

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