#CDD6AC

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

Shades of Orinoco #CDD6AC

Tints of Orinoco #CDD6AC

Color information

#CDD6AC (or 0xCDD6AC) is unknown color: approx Orinoco. HEX triplet: CD, D6 and AC. RGB value is (205,214,172). Sum of RGB (Red+Green+Blue) = 205+214+172=591 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.69% from 591); Green value is 214 (83.98% from 255 or 36.21% from 591); Blue value is 172 (67.58% from 255 or 29.10% from 591); Max value from RGB is 214 - color contains mainly: green. Hex color #CDD6AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD6AC is #322953. Grayscale: #CECECE. Windows color (decimal): -3287380 or 11327181. OLE color: 11327181.

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

Color convert

RGB205214172-
CMYK0.0400.200.16
HSL72.86º33.87%75.69%-
HSV(B)72.86º19.63%83.92%-
XYZ56.6764.0548.41-
YUV206.52108.52126.92-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.69%
GREEN value IS 214 (83.98% from 255) = 36.21%
BLUE value IS 172 (67.58% from 255) = 29.10%
R=34.69%
G=36.21%
B=29.10%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2052141720.0400.200.1672.8633.8775.69
HexCDD6AC40141049224c
Octal31532625440242011142114
Binary1100110111010110101011001000101001000010010011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD6AC; }

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

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

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

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

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

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

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

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