#CDD8A0

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

Shades of Orinoco #CDD8A0

Tints of Orinoco #CDD8A0

Color information

#CDD8A0 (or 0xCDD8A0) is unknown color: approx Orinoco. HEX triplet: CD, D8 and A0. RGB value is (205,216,160). Sum of RGB (Red+Green+Blue) = 205+216+160=581 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.28% from 581); Green value is 216 (84.77% from 255 or 37.18% from 581); Blue value is 160 (62.89% from 255 or 27.54% from 581); Max value from RGB is 216 - color contains mainly: green. Hex color #CDD8A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD8A0 is #32275F. Grayscale: #CECECE. Windows color (decimal): -3286880 or 10541261. OLE color: 10541261.

HSL color Cylindrical-coordinate representation of color #CDD8A0: hue angle of 71.79º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CDD8A0 is Cyan = 0.05, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB205216160-
CMYK0.0500.260.15
HSL71.79º41.79%73.73%-
HSV(B)71.79º25.93%84.71%-
XYZ56.0864.6342.78-
YUV206.33101.86127.05-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.28%
GREEN value IS 216 (84.77% from 255) = 37.18%
BLUE value IS 160 (62.89% from 255) = 27.54%
R=35.28%
G=37.18%
B=27.54%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2052161600.0500.260.1571.7941.7973.73
HexCDD8A0501AF482a4a
Octal31533024050321711052112
Binary110011011101100010100000101011010111110010001010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD8A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD8A0; }

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

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

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

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

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

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

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

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