#CED59F

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

Shades of Orinoco #CED59F

Tints of Orinoco #CED59F

Color information

#CED59F (or 0xCED59F) is unknown color: approx Orinoco. HEX triplet: CE, D5 and 9F. RGB value is (206,213,159). Sum of RGB (Red+Green+Blue) = 206+213+159=578 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.64% from 578); Green value is 213 (83.59% from 255 or 36.85% from 578); Blue value is 159 (62.5% from 255 or 27.51% from 578); Max value from RGB is 213 - color contains mainly: green. Hex color #CED59F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED59F is #312A60. Grayscale: #CCCCCC. Windows color (decimal): -3222113 or 10474958. OLE color: 10474958.

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

Color convert

RGB206213159-
CMYK0.0300.250.16
HSL67.78º39.13%72.94%-
HSV(B)67.78º25.35%83.53%-
XYZ55.5163.2142.08-
YUV204.75102.18128.89-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.64%
GREEN value IS 213 (83.59% from 255) = 36.85%
BLUE value IS 159 (62.5% from 255) = 27.51%
R=35.64%
G=36.85%
B=27.51%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2062131590.0300.250.1667.7839.1372.94
HexCED59F301910442749
Octal31632523730312010447111
Binary110011101101010110011111110110011000010001001001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED59F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED59F; }

 p { color: rgb(206,213,159); }

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

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

 a { background-color: rgb(206,213,159); }

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

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

 span { border-color: rgb(206,213,159); }

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