#CDD2A4

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

Shades of Orinoco #CDD2A4

Tints of Orinoco #CDD2A4

Color information

#CDD2A4 (or 0xCDD2A4) is unknown color: approx Orinoco. HEX triplet: CD, D2 and A4. RGB value is (205,210,164). Sum of RGB (Red+Green+Blue) = 205+210+164=579 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.41% from 579); Green value is 210 (82.42% from 255 or 36.27% from 579); Blue value is 164 (64.45% from 255 or 28.32% from 579); Max value from RGB is 210 - color contains mainly: green. Hex color #CDD2A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD2A4 is #322D5B. Grayscale: #CBCBCB. Windows color (decimal): -3288412 or 10801869. OLE color: 10801869.

HSL color Cylindrical-coordinate representation of color #CDD2A4: hue angle of 66.52º degrees, saturation: 0.34, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CDD2A4 is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.18.

Color convert

RGB205210164-
CMYK0.0200.220.18
HSL66.52º33.82%73.33%-
HSV(B)66.52º21.9%82.35%-
XYZ54.9261.7544.15-
YUV203.26105.84129.24-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.41%
GREEN value IS 210 (82.42% from 255) = 36.27%
BLUE value IS 164 (64.45% from 255) = 28.32%
R=35.41%
G=36.27%
B=28.32%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2052101640.0200.220.1866.5233.8273.33
HexCDD2A4201612432249
Octal31532224420262210342111
Binary110011011101001010100100100101101001010000111000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD2A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD2A4; }

 p { color: rgb(205,210,164); }

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

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

 a { background-color: rgb(205,210,164); }

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

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

 span { border-color: rgb(205,210,164); }

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