#CED764

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

Shades of Goldenrod #CED764

Tints of Goldenrod #CED764

Color information

#CED764 (or 0xCED764) is unknown color: approx Goldenrod. HEX triplet: CE, D7 and 64. RGB value is (206,215,100). Sum of RGB (Red+Green+Blue) = 206+215+100=521 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.54% from 521); Green value is 215 (84.38% from 255 or 41.27% from 521); Blue value is 100 (39.45% from 255 or 19.19% from 521); Max value from RGB is 215 - color contains mainly: green. Hex color #CED764 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED764 is #31289B. Grayscale: #C7C7C7. Windows color (decimal): -3221660 or 6608846. OLE color: 6608846.

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

Color convert

RGB206215100-
CMYK0.0400.530.16
HSL64.7º58.97%61.76%-
HSV(B)64.7º53.49%84.31%-
XYZ52.0562.6421.4-
YUV199.272.02132.85-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.54%
GREEN value IS 215 (84.38% from 255) = 41.27%
BLUE value IS 100 (39.45% from 255) = 19.19%
R=39.54%
G=41.27%
B=19.19%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2062151000.0400.530.1664.758.9761.76
HexCED764403510413b3e
Octal3163271444065201017376
Binary110011101101011111001001000110101100001000001111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED764; }

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

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

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

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

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

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

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

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