#ced475

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

Shades of Deco #CED475

Tints of Deco #CED475

Color information

#CED475 (or 0xCED475) is unknown color: approx Deco. HEX triplet: CE, D4 and 75. RGB value is (206,212,117). Sum of RGB (Red+Green+Blue) = 206+212+117=535 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.50% from 535); Green value is 212 (83.20% from 255 or 39.63% from 535); Blue value is 117 (46.09% from 255 or 21.87% from 535); Max value from RGB is 212 - color contains mainly: green. Hex color #CED475 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED475 is #312B8A. Grayscale: #C7C7C7. Windows color (decimal): -3222411 or 7722190. OLE color: 7722190.

HSL color Cylindrical-coordinate representation of color #CED475: hue angle of 63.79º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CED475 is Cyan = 0.03, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB206212117-
CMYK0.0300.450.17
HSL63.79º52.49%64.51%-
HSV(B)63.79º44.81%83.14%-
XYZ52.2161.4925.95-
YUV199.3881.51132.72-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.50%
GREEN value IS 212 (83.20% from 255) = 39.63%
BLUE value IS 117 (46.09% from 255) = 21.87%
R=38.50%
G=39.63%
B=21.87%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2062121170.0300.450.1763.7952.4964.51
HexCED475302D11403441
Octal31632416530552110064101
Binary110011101101010011101011101011011000110000001101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ced475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ced475; }

 p { color: rgb(206,212,117); }

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

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

 a { background-color: rgb(206,212,117); }

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

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

 span { border-color: rgb(206,212,117); }

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