#CDD6A0

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

Shades of Orinoco #CDD6A0

Tints of Orinoco #CDD6A0

Color information

#CDD6A0 (or 0xCDD6A0) is unknown color: approx Orinoco. HEX triplet: CD, D6 and A0. RGB value is (205,214,160). Sum of RGB (Red+Green+Blue) = 205+214+160=579 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.41% from 579); Green value is 214 (83.98% from 255 or 36.96% from 579); Blue value is 160 (62.89% from 255 or 27.63% from 579); Max value from RGB is 214 - color contains mainly: green. Hex color #CDD6A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD6A0 is #32295F. Grayscale: #CDCDCD. Windows color (decimal): -3287392 or 10540749. OLE color: 10540749.

HSL color Cylindrical-coordinate representation of color #CDD6A0: hue angle of 70º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CDD6A0 is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB205214160-
CMYK0.0400.250.16
HSL70º39.71%73.33%-
HSV(B)70º25.23%83.92%-
XYZ55.5763.6142.61-
YUV205.15102.52127.89-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.41%
GREEN value IS 214 (83.98% from 255) = 36.96%
BLUE value IS 160 (62.89% from 255) = 27.63%
R=35.41%
G=36.96%
B=27.63%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2052141600.0400.250.167039.7173.33
HexCDD6A0401910462849
Octal31532624040312010650111
Binary1100110111010110101000001000110011000010001101010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD6A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD6A0; }

 p { color: rgb(205,214,160); }

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

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

 a { background-color: rgb(205,214,160); }

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

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

 span { border-color: rgb(205,214,160); }

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