#CDD6AE

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

Shades of Orinoco #CDD6AE

Tints of Orinoco #CDD6AE

Color information

#CDD6AE (or 0xCDD6AE) is unknown color: approx Orinoco. HEX triplet: CD, D6 and AE. RGB value is (205,214,174). Sum of RGB (Red+Green+Blue) = 205+214+174=593 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.57% from 593); Green value is 214 (83.98% from 255 or 36.09% from 593); Blue value is 174 (68.36% from 255 or 29.34% from 593); Max value from RGB is 214 - color contains mainly: green. Hex color #CDD6AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD6AE is #322951. Grayscale: #CECECE. Windows color (decimal): -3287378 or 11458253. OLE color: 11458253.

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

Color convert

RGB205214174-
CMYK0.0400.190.16
HSL73.5º32.79%76.08%-
HSV(B)73.5º18.69%83.92%-
XYZ56.8664.1349.43-
YUV206.75109.52126.75-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.57%
GREEN value IS 214 (83.98% from 255) = 36.09%
BLUE value IS 174 (68.36% from 255) = 29.34%
R=34.57%
G=36.09%
B=29.34%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2052141740.0400.190.1673.532.7976.08
HexCDD6AE4013104a214c
Octal31532625640232011241114
Binary1100110111010110101011101000100111000010010101000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD6AE; }

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

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

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

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

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

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

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

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