#CDD39E

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

Shades of Orinoco #CDD39E

Tints of Orinoco #CDD39E

Color information

#CDD39E (or 0xCDD39E) is unknown color: approx Orinoco. HEX triplet: CD, D3 and 9E. RGB value is (205,211,158). Sum of RGB (Red+Green+Blue) = 205+211+158=574 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.71% from 574); Green value is 211 (82.81% from 255 or 36.76% from 574); Blue value is 158 (62.11% from 255 or 27.53% from 574); Max value from RGB is 211 - color contains mainly: green. Hex color #CDD39E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDD39E is #322C61. Grayscale: #CBCBCB. Windows color (decimal): -3288162 or 10408909. OLE color: 10408909.

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

Color convert

RGB205211158-
CMYK0.0300.250.17
HSL66.79º37.59%72.35%-
HSV(B)66.79º25.12%82.75%-
XYZ54.6462.0441.44-
YUV203.16102.51129.31-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.71%
GREEN value IS 211 (82.81% from 255) = 36.76%
BLUE value IS 158 (62.11% from 255) = 27.53%
R=35.71%
G=36.76%
B=27.53%

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
Decimal2052111580.0300.250.1766.7937.5972.35
HexCDD39E301911432648
Octal31532323630312110346110
Binary110011011101001110011110110110011000110000111001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDD39E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDD39E; }

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

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

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

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

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

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

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

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