#CDD5A6

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

Shades of Orinoco #CDD5A6

Tints of Orinoco #CDD5A6

Color information

#CDD5A6 (or 0xCDD5A6) is unknown color: approx Orinoco. HEX triplet: CD, D5 and A6. RGB value is (205,213,166). Sum of RGB (Red+Green+Blue) = 205+213+166=584 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.10% from 584); Green value is 213 (83.59% from 255 or 36.47% from 584); Blue value is 166 (65.23% from 255 or 28.42% from 584); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD5A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD5A6 is #322A59. Grayscale: #CDCDCD. Windows color (decimal): -3287642 or 10933709. OLE color: 10933709.

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

Color convert

RGB205213166-
CMYK0.0400.220.16
HSL70.21º35.88%74.31%-
HSV(B)70.21º22.07%83.53%-
XYZ55.8563.3245.35-
YUV205.25105.85127.82-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.10%
GREEN value IS 213 (83.59% from 255) = 36.47%
BLUE value IS 166 (65.23% from 255) = 28.42%
R=35.10%
G=36.47%
B=28.42%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2052131660.0400.220.1670.2135.8874.31
HexCDD5A640161046244a
Octal31532524640262010644112
Binary1100110111010101101001101000101101000010001101001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD5A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD5A6; }

 p { color: rgb(205,213,166); }

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

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

 a { background-color: rgb(205,213,166); }

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

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

 span { border-color: rgb(205,213,166); }

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