#CED07D

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

Shades of Deco #CED07D

Tints of Deco #CED07D

Color information

#CED07D (or 0xCED07D) is unknown color: approx Deco. HEX triplet: CE, D0 and 7D. RGB value is (206,208,125). Sum of RGB (Red+Green+Blue) = 206+208+125=539 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.22% from 539); Green value is 208 (81.64% from 255 or 38.59% from 539); Blue value is 125 (49.22% from 255 or 23.19% from 539); Max value from RGB is 208 - color contains mainly: green. Hex color #CED07D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED07D is #312F82. Grayscale: #C6C6C6. Windows color (decimal): -3223427 or 8245454. OLE color: 8245454.

HSL color Cylindrical-coordinate representation of color #CED07D: hue angle of 61.45º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CED07D is Cyan = 0.01, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB206208125-
CMYK0.0100.400.18
HSL61.45º46.89%65.29%-
HSV(B)61.45º39.9%81.57%-
XYZ51.7159.7128.2-
YUV197.9486.84133.75-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.22%
GREEN value IS 208 (81.64% from 255) = 38.59%
BLUE value IS 125 (49.22% from 255) = 23.19%
R=38.22%
G=38.59%
B=23.19%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2062081250.0100.400.1861.4546.8965.29
HexCED07D1028123d2f41
Octal3163201751050227557101
Binary1100111011010000111110110101000100101111011011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED07D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED07D; }

 p { color: rgb(206,208,125); }

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

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

 a { background-color: rgb(206,208,125); }

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

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

 span { border-color: rgb(206,208,125); }

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