#CDD3AC

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

Shades of Orinoco #CDD3AC

Tints of Orinoco #CDD3AC

Color information

#CDD3AC (or 0xCDD3AC) is unknown color: approx Orinoco. HEX triplet: CD, D3 and AC. RGB value is (205,211,172). Sum of RGB (Red+Green+Blue) = 205+211+172=588 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.86% from 588); Green value is 211 (82.81% from 255 or 35.88% from 588); Blue value is 172 (67.58% from 255 or 29.25% from 588); Max value from RGB is 211 - color contains mainly: green. Hex color #CDD3AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD3AC is #322C53. Grayscale: #CCCCCC. Windows color (decimal): -3288148 or 11326413. OLE color: 11326413.

HSL color Cylindrical-coordinate representation of color #CDD3AC: hue angle of 69.23º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDD3AC is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB205211172-
CMYK0.0300.180.17
HSL69.23º30.71%75.1%-
HSV(B)69.23º18.48%82.75%-
XYZ55.9262.5548.16-
YUV204.76109.51128.17-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.86%
GREEN value IS 211 (82.81% from 255) = 35.88%
BLUE value IS 172 (67.58% from 255) = 29.25%
R=34.86%
G=35.88%
B=29.25%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2052111720.0300.180.1769.2330.7175.1
HexCDD3AC301211451f4b
Octal31532325430222110537113
Binary11001101110100111010110011010010100011000101111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD3AC; }

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

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

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

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

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

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

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

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