#CED99C

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

Shades of Orinoco #CED99C

Tints of Orinoco #CED99C

Color information

#CED99C (or 0xCED99C) is unknown color: approx Orinoco. HEX triplet: CE, D9 and 9C. RGB value is (206,217,156). Sum of RGB (Red+Green+Blue) = 206+217+156=579 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.58% from 579); Green value is 217 (85.16% from 255 or 37.48% from 579); Blue value is 156 (61.33% from 255 or 26.94% from 579); Max value from RGB is 217 - color contains mainly: green. Hex color #CED99C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED99C is #312663. Grayscale: #CECECE. Windows color (decimal): -3221092 or 10279374. OLE color: 10279374.

HSL color Cylindrical-coordinate representation of color #CED99C: hue angle of 70.82º degrees, saturation: 0.45, 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 #CED99C is Cyan = 0.05, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB206217156-
CMYK0.0500.280.15
HSL70.82º44.53%73.14%-
HSV(B)70.82º28.11%85.1%-
XYZ56.2765.1541.06-
YUV206.7699.36127.46-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.58%
GREEN value IS 217 (85.16% from 255) = 37.48%
BLUE value IS 156 (61.33% from 255) = 26.94%
R=35.58%
G=37.48%
B=26.94%

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
Decimal2062171560.0500.280.1570.8244.5373.14
HexCED99C501CF472d49
Octal31633123450341710755111
Binary110011101101100110011100101011100111110001111011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED99C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED99C; }

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

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

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

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

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

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

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

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