#CED799

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

Shades of Deco #CED799

Tints of Deco #CED799

Color information

#CED799 (or 0xCED799) is unknown color: approx Deco. HEX triplet: CE, D7 and 99. RGB value is (206,215,153). Sum of RGB (Red+Green+Blue) = 206+215+153=574 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.89% from 574); Green value is 215 (84.38% from 255 or 37.46% from 574); Blue value is 153 (60.16% from 255 or 26.66% from 574); Max value from RGB is 215 - color contains mainly: green. Hex color #CED799 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED799 is #312866. Grayscale: #CDCDCD. Windows color (decimal): -3221607 or 10082254. OLE color: 10082254.

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

Color convert

RGB206215153-
CMYK0.0400.290.16
HSL68.71º43.66%72.16%-
HSV(B)68.71º28.84%84.31%-
XYZ55.564.0239.57-
YUV205.2498.52128.54-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.89%
GREEN value IS 215 (84.38% from 255) = 37.46%
BLUE value IS 153 (60.16% from 255) = 26.66%
R=35.89%
G=37.46%
B=26.66%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2062151530.0400.290.1668.7143.6672.16
HexCED799401D10452c48
Octal31632723140352010554110
Binary1100111011010111100110011000111011000010001011011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED799; }

 p { color: rgb(206,215,153); }

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

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

 a { background-color: rgb(206,215,153); }

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

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

 span { border-color: rgb(206,215,153); }

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