#CED469

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

Shades of Goldenrod #CED469

Tints of Goldenrod #CED469

Color information

#CED469 (or 0xCED469) is unknown color: approx Goldenrod. HEX triplet: CE, D4 and 69. RGB value is (206,212,105). Sum of RGB (Red+Green+Blue) = 206+212+105=523 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.39% from 523); Green value is 212 (83.20% from 255 or 40.54% from 523); Blue value is 105 (41.41% from 255 or 20.08% from 523); Max value from RGB is 212 - color contains mainly: green. Hex color #CED469 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED469 is #312B96. Grayscale: #C6C6C6. Windows color (decimal): -3222423 or 6935758. OLE color: 6935758.

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

Color convert

RGB206212105-
CMYK0.0300.500.17
HSL63.36º55.44%62.16%-
HSV(B)63.36º50.47%83.14%-
XYZ51.5561.2322.47-
YUV198.0175.51133.7-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.39%
GREEN value IS 212 (83.20% from 255) = 40.54%
BLUE value IS 105 (41.41% from 255) = 20.08%
R=39.39%
G=40.54%
B=20.08%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2062121050.0300.500.1763.3655.4462.16
HexCED4693032113f373e
Octal316324151306221776776
Binary1100111011010100110100111011001010001111111110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CED469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CED469; }

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

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

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

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

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

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

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

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