#CDD0A3

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

Shades of Orinoco #CDD0A3

Tints of Orinoco #CDD0A3

Color information

#CDD0A3 (or 0xCDD0A3) is unknown color: approx Orinoco. HEX triplet: CD, D0 and A3. RGB value is (205,208,163). Sum of RGB (Red+Green+Blue) = 205+208+163=576 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.59% from 576); Green value is 208 (81.64% from 255 or 36.11% from 576); Blue value is 163 (64.06% from 255 or 28.30% from 576); Max value from RGB is 208 - color contains mainly: green. Hex color #CDD0A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD0A3 is #322F5C. Grayscale: #CACACA. Windows color (decimal): -3288925 or 10735821. OLE color: 10735821.

HSL color Cylindrical-coordinate representation of color #CDD0A3: hue angle of 64º degrees, saturation: 0.32, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CDD0A3 is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.18.

Color convert

RGB205208163-
CMYK0.0100.220.18
HSL64º32.37%72.75%-
HSV(B)64º21.63%81.57%-
XYZ54.3460.7443.51-
YUV201.97106.01130.16-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.59%
GREEN value IS 208 (81.64% from 255) = 36.11%
BLUE value IS 163 (64.06% from 255) = 28.30%
R=35.59%
G=36.11%
B=28.30%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2052081630.0100.220.186432.3772.75
HexCDD0A3101612402049
Octal31532024310262210040111
Binary11001101110100001010001110101101001010000001000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD0A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD0A3; }

 p { color: rgb(205,208,163); }

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

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

 a { background-color: rgb(205,208,163); }

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

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

 span { border-color: rgb(205,208,163); }

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