#CDD29F

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

Shades of Orinoco #CDD29F

Tints of Orinoco #CDD29F

Color information

#CDD29F (or 0xCDD29F) is unknown color: approx Orinoco. HEX triplet: CD, D2 and 9F. RGB value is (205,210,159). Sum of RGB (Red+Green+Blue) = 205+210+159=574 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.71% from 574); Green value is 210 (82.42% from 255 or 36.59% from 574); Blue value is 159 (62.5% from 255 or 27.70% from 574); Max value from RGB is 210 - color contains mainly: green. Hex color #CDD29F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD29F is #322D60. Grayscale: #CACACA. Windows color (decimal): -3288417 or 10474189. OLE color: 10474189.

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

Color convert

RGB205210159-
CMYK0.0200.240.18
HSL65.88º36.17%72.35%-
HSV(B)65.88º24.29%82.35%-
XYZ54.4861.5841.81-
YUV202.69103.34129.65-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.71%
GREEN value IS 210 (82.42% from 255) = 36.59%
BLUE value IS 159 (62.5% from 255) = 27.70%
R=35.71%
G=36.59%
B=27.70%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2052101590.0200.240.1865.8836.1772.35
HexCDD29F201812422448
Octal31532223720302210244110
Binary110011011101001010011111100110001001010000101001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD29F; }

 p { color: rgb(205,210,159); }

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

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

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

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

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

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

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