#CED59D

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

Shades of Orinoco #CED59D

Tints of Orinoco #CED59D

Color information

#CED59D (or 0xCED59D) is unknown color: approx Orinoco. HEX triplet: CE, D5 and 9D. RGB value is (206,213,157). Sum of RGB (Red+Green+Blue) = 206+213+157=576 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.76% from 576); Green value is 213 (83.59% from 255 or 36.98% from 576); Blue value is 157 (61.72% from 255 or 27.26% from 576); Max value from RGB is 213 - color contains mainly: green. Hex color #CED59D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED59D is #312A62. Grayscale: #CCCCCC. Windows color (decimal): -3222115 or 10343886. OLE color: 10343886.

HSL color Cylindrical-coordinate representation of color #CED59D: hue angle of 67.5º 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 #CED59D is Cyan = 0.03, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB206213157-
CMYK0.0300.260.16
HSL67.5º40%72.55%-
HSV(B)67.5º26.29%83.53%-
XYZ55.3363.1441.17-
YUV204.52101.18129.05-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.76%
GREEN value IS 213 (83.59% from 255) = 36.98%
BLUE value IS 157 (61.72% from 255) = 27.26%
R=35.76%
G=36.98%
B=27.26%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2062131570.0300.260.1667.54072.55
HexCED59D301A10442849
Octal31632523530322010450111
Binary110011101101010110011101110110101000010001001010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED59D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED59D; }

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

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

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

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

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

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

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

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