#CED99D

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

Shades of Orinoco #CED99D

Tints of Orinoco #CED99D

Color information

#CED99D (or 0xCED99D) is unknown color: approx Orinoco. HEX triplet: CE, D9 and 9D. RGB value is (206,217,157). Sum of RGB (Red+Green+Blue) = 206+217+157=580 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.52% from 580); Green value is 217 (85.16% from 255 or 37.41% from 580); Blue value is 157 (61.72% from 255 or 27.07% from 580); Max value from RGB is 217 - color contains mainly: green. Hex color #CED99D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED99D is #312662. Grayscale: #CFCFCF. Windows color (decimal): -3221091 or 10344910. OLE color: 10344910.

HSL color Cylindrical-coordinate representation of color #CED99D: hue angle of 71º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CED99D is Cyan = 0.05, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB206217157-
CMYK0.0500.280.15
HSL71º44.12%73.33%-
HSV(B)71º27.65%85.1%-
XYZ56.3565.1841.51-
YUV206.8799.86127.38-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.52%
GREEN value IS 217 (85.16% from 255) = 37.41%
BLUE value IS 157 (61.72% from 255) = 27.07%
R=35.52%
G=37.41%
B=27.07%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2062171570.0500.280.157144.1273.33
HexCED99D501CF472c49
Octal31633123550341710754111
Binary110011101101100110011101101011100111110001111011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED99D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED99D; }

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

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

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

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

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

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

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

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