#DCD462

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

Shades of Goldenrod #DCD462

Tints of Goldenrod #DCD462

Color information

#DCD462 (or 0xDCD462) is unknown color: approx Goldenrod. HEX triplet: DC, D4 and 62. RGB value is (220,212,98). Sum of RGB (Red+Green+Blue) = 220+212+98=530 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.51% from 530); Green value is 212 (83.20% from 255 or 40% from 530); Blue value is 98 (38.67% from 255 or 18.49% from 530); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD462 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD462 is #232B9D. Grayscale: #C9C9C9. Windows color (decimal): -2304926 or 6477020. OLE color: 6477020.

HSL color Cylindrical-coordinate representation of color #DCD462: hue angle of 56.07º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DCD462 is Cyan = 0, Magento = 0.04, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB22021298-
CMYK00.040.550.14
HSL56.07º63.54%62.35%-
HSV(B)56.07º55.45%86.27%-
XYZ55.2663.1820.84-
YUV201.469.65141.27-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.51%
GREEN value IS 212 (83.20% from 255) = 40%
BLUE value IS 98 (38.67% from 255) = 18.49%
R=41.51%
G=40%
B=18.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.55
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2202129800.040.550.1456.0763.5462.35
HexDCD4620437E38403e
Octal3343241420467167010076
Binary11011100110101001100010010011011111101110001000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD462; }

 p { color: rgb(220,212,98); }

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

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

 a { background-color: rgb(220,212,98); }

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

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

 span { border-color: rgb(220,212,98); }

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