#CDD3A5

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

Shades of Orinoco #CDD3A5

Tints of Orinoco #CDD3A5

Color information

#CDD3A5 (or 0xCDD3A5) is unknown color: approx Orinoco. HEX triplet: CD, D3 and A5. RGB value is (205,211,165). Sum of RGB (Red+Green+Blue) = 205+211+165=581 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.28% from 581); Green value is 211 (82.81% from 255 or 36.32% from 581); Blue value is 165 (64.84% from 255 or 28.40% from 581); Max value from RGB is 211 - color contains mainly: green. Hex color #CDD3A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD3A5 is #322C5A. Grayscale: #CCCCCC. Windows color (decimal): -3288155 or 10867661. OLE color: 10867661.

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

Color convert

RGB205211165-
CMYK0.0300.220.17
HSL67.83º34.33%73.73%-
HSV(B)67.83º21.8%82.75%-
XYZ55.2662.2844.71-
YUV203.96106.01128.74-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.28%
GREEN value IS 211 (82.81% from 255) = 36.32%
BLUE value IS 165 (64.84% from 255) = 28.40%
R=35.28%
G=36.32%
B=28.40%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2052111650.0300.220.1767.8334.3373.73
HexCDD3A530161144224a
Octal31532324530262110442112
Binary110011011101001110100101110101101000110001001000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD3A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD3A5; }

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

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

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

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

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

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

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

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