#CDCDA9

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

Shades of Orinoco #CDCDA9

Tints of Orinoco #CDCDA9

Color information

#CDCDA9 (or 0xCDCDA9) is unknown color: approx Orinoco. HEX triplet: CD, CD and A9. RGB value is (205,205,169). Sum of RGB (Red+Green+Blue) = 205+205+169=579 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.41% from 579); Green value is 205 (80.47% from 255 or 35.41% from 579); Blue value is 169 (66.41% from 255 or 29.19% from 579); Max value from RGB is 205 - color contains mainly: red, green. Hex color #CDCDA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDCDA9 is #323256. Grayscale: #C9C9C9. Windows color (decimal): -3289687 or 11128269. OLE color: 11128269.

HSL color Cylindrical-coordinate representation of color #CDCDA9: hue angle of 60º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDCDA9 is Cyan = 0, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.

Color convert

RGB205205169-
CMYK000.180.20
HSL60º26.47%73.33%-
HSV(B)60º17.56%80.39%-
XYZ54.1759.5146.17-
YUV200.9110130.93-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.41%
GREEN value IS 205 (80.47% from 255) = 35.41%
BLUE value IS 169 (66.41% from 255) = 29.19%
R=35.41%
G=35.41%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205205169000.180.206026.4773.33
HexCDCDA90012143c1a49
Octal3153152510022247432111
Binary110011011100110110101001001001010100111100110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCDA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCDA9; }

 p { color: rgb(205,205,169); }

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

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

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

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

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

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

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