#CDD1A5

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

Shades of Orinoco #CDD1A5

Tints of Orinoco #CDD1A5

Color information

#CDD1A5 (or 0xCDD1A5) is unknown color: approx Orinoco. HEX triplet: CD, D1 and A5. RGB value is (205,209,165). Sum of RGB (Red+Green+Blue) = 205+209+165=579 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.41% from 579); Green value is 209 (82.03% from 255 or 36.10% from 579); Blue value is 165 (64.84% from 255 or 28.50% from 579); Max value from RGB is 209 - color contains mainly: green. Hex color #CDD1A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD1A5 is #322E5A. Grayscale: #CACACA. Windows color (decimal): -3288667 or 10867149. OLE color: 10867149.

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

Color convert

RGB205209165-
CMYK0.0200.210.18
HSL65.45º32.35%73.33%-
HSV(B)65.45º21.05%81.96%-
XYZ54.7761.344.54-
YUV202.79106.67129.58-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.41%
GREEN value IS 209 (82.03% from 255) = 36.10%
BLUE value IS 165 (64.84% from 255) = 28.50%
R=35.41%
G=36.10%
B=28.50%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2052091650.0200.210.1865.4532.3573.33
HexCDD1A5201512412049
Octal31532124520252210140111
Binary110011011101000110100101100101011001010000011000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD1A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD1A5; }

 p { color: rgb(205,209,165); }

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

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

 a { background-color: rgb(205,209,165); }

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

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

 span { border-color: rgb(205,209,165); }

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