#CED468

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

Shades of Goldenrod #CED468

Tints of Goldenrod #CED468

Color information

#CED468 (or 0xCED468) is unknown color: approx Goldenrod. HEX triplet: CE, D4 and 68. RGB value is (206,212,104). Sum of RGB (Red+Green+Blue) = 206+212+104=522 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.46% from 522); Green value is 212 (83.20% from 255 or 40.61% from 522); Blue value is 104 (41.02% from 255 or 19.92% from 522); Max value from RGB is 212 - color contains mainly: green. Hex color #CED468 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED468 is #312B97. Grayscale: #C6C6C6. Windows color (decimal): -3222424 or 6870222. OLE color: 6870222.

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

Color convert

RGB206212104-
CMYK0.0300.510.17
HSL63.33º55.67%61.96%-
HSV(B)63.33º50.94%83.14%-
XYZ51.561.2122.2-
YUV197.8975.01133.78-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.46%
GREEN value IS 212 (83.20% from 255) = 40.61%
BLUE value IS 104 (41.02% from 255) = 19.92%
R=39.46%
G=40.61%
B=19.92%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2062121040.0300.510.1763.3355.6761.96
HexCED4683033113f383e
Octal316324150306321777076
Binary1100111011010100110100011011001110001111111111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED468; }

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

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

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

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

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

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

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

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