#CED464

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

Shades of Goldenrod #CED464

Tints of Goldenrod #CED464

Color information

#CED464 (or 0xCED464) is unknown color: approx Goldenrod. HEX triplet: CE, D4 and 64. RGB value is (206,212,100). Sum of RGB (Red+Green+Blue) = 206+212+100=518 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.77% from 518); Green value is 212 (83.20% from 255 or 40.93% from 518); Blue value is 100 (39.45% from 255 or 19.31% from 518); Max value from RGB is 212 - color contains mainly: green. Hex color #CED464 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED464 is #312B9B. Grayscale: #C5C5C5. Windows color (decimal): -3222428 or 6608078. OLE color: 6608078.

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

Color convert

RGB206212100-
CMYK0.0300.530.17
HSL63.21º56.57%61.18%-
HSV(B)63.21º52.83%83.14%-
XYZ51.361.1321.15-
YUV197.4473.01134.11-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.77%
GREEN value IS 212 (83.20% from 255) = 40.93%
BLUE value IS 100 (39.45% from 255) = 19.31%
R=39.77%
G=40.93%
B=19.31%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2062121000.0300.530.1763.2156.5761.18
HexCED4643035113f393d
Octal316324144306521777175
Binary1100111011010100110010011011010110001111111111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED464; }

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

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

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

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

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

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

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

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