#CDD39F

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

Shades of Orinoco #CDD39F

Tints of Orinoco #CDD39F

Color information

#CDD39F (or 0xCDD39F) is unknown color: approx Orinoco. HEX triplet: CD, D3 and 9F. RGB value is (205,211,159). Sum of RGB (Red+Green+Blue) = 205+211+159=575 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.65% from 575); Green value is 211 (82.81% from 255 or 36.70% from 575); Blue value is 159 (62.5% from 255 or 27.65% from 575); Max value from RGB is 211 - color contains mainly: green. Hex color #CDD39F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD39F is #322C60. Grayscale: #CBCBCB. Windows color (decimal): -3288161 or 10474445. OLE color: 10474445.

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

Color convert

RGB205211159-
CMYK0.0300.250.17
HSL66.92º37.14%72.55%-
HSV(B)66.92º24.64%82.75%-
XYZ54.7362.0741.9-
YUV203.28103.01129.23-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.65%
GREEN value IS 211 (82.81% from 255) = 36.70%
BLUE value IS 159 (62.5% from 255) = 27.65%
R=35.65%
G=36.70%
B=27.65%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2052111590.0300.250.1766.9237.1472.55
HexCDD39F301911432549
Octal31532323730312110345111
Binary110011011101001110011111110110011000110000111001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD39F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD39F; }

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

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

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

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

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

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

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

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