#CDD5A3

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

Shades of Orinoco #CDD5A3

Tints of Orinoco #CDD5A3

Color information

#CDD5A3 (or 0xCDD5A3) is unknown color: approx Orinoco. HEX triplet: CD, D5 and A3. RGB value is (205,213,163). Sum of RGB (Red+Green+Blue) = 205+213+163=581 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.28% from 581); Green value is 213 (83.59% from 255 or 36.66% from 581); Blue value is 163 (64.06% from 255 or 28.06% from 581); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD5A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD5A3 is #322A5C. Grayscale: #CDCDCD. Windows color (decimal): -3287645 or 10737101. OLE color: 10737101.

HSL color Cylindrical-coordinate representation of color #CDD5A3: hue angle of 69.6º degrees, saturation: 0.37, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CDD5A3 is Cyan = 0.04, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.16.

Color convert

RGB205213163-
CMYK0.0400.230.16
HSL69.6º37.31%73.73%-
HSV(B)69.6º23.47%83.53%-
XYZ55.5863.2143.92-
YUV204.91104.35128.07-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.28%
GREEN value IS 213 (83.59% from 255) = 36.66%
BLUE value IS 163 (64.06% from 255) = 28.06%
R=35.28%
G=36.66%
B=28.06%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2052131630.0400.230.1669.637.3173.73
HexCDD5A340171046254a
Octal31532524340272010645112
Binary1100110111010101101000111000101111000010001101001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD5A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD5A3; }

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

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

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

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

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

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

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

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