#CCD59E

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

Shades of Orinoco #CCD59E

Tints of Orinoco #CCD59E

Color information

#CCD59E (or 0xCCD59E) is unknown color: approx Orinoco. HEX triplet: CC, D5 and 9E. RGB value is (204,213,158). Sum of RGB (Red+Green+Blue) = 204+213+158=575 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.48% from 575); Green value is 213 (83.59% from 255 or 37.04% from 575); Blue value is 158 (62.11% from 255 or 27.48% from 575); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD59E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD59E is #332A61. Grayscale: #CCCCCC. Windows color (decimal): -3353186 or 10409420. OLE color: 10409420.

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

Color convert

RGB204213158-
CMYK0.0400.260.16
HSL69.82º39.57%72.75%-
HSV(B)69.82º25.82%83.53%-
XYZ54.8762.8941.6-
YUV204.04102.02127.97-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.48%
GREEN value IS 213 (83.59% from 255) = 37.04%
BLUE value IS 158 (62.11% from 255) = 27.48%
R=35.48%
G=37.04%
B=27.48%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2042131580.0400.260.1669.8239.5772.75
HexCCD59E401A10462849
Octal31432523640322010650111
Binary1100110011010101100111101000110101000010001101010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD59E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD59E; }

 p { color: rgb(204,213,158); }

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

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

 a { background-color: rgb(204,213,158); }

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

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

 span { border-color: rgb(204,213,158); }

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