#DCDB62

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

Shades of Goldenrod #DCDB62

Tints of Goldenrod #DCDB62

Color information

#DCDB62 (or 0xDCDB62) is unknown color: approx Goldenrod. HEX triplet: DC, DB and 62. RGB value is (220,219,98). Sum of RGB (Red+Green+Blue) = 220+219+98=537 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.97% from 537); Green value is 219 (85.94% from 255 or 40.78% from 537); Blue value is 98 (38.67% from 255 or 18.25% from 537); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDB62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDB62 is #23249D. Grayscale: #CDCDCD. Windows color (decimal): -2303134 or 6478812. OLE color: 6478812.

HSL color Cylindrical-coordinate representation of color #DCDB62: hue angle of 59.51º 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 #DCDB62 is Cyan = 0, Magento = 0.00, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB22021998-
CMYK00.000.550.14
HSL59.51º63.54%62.35%-
HSV(B)59.51º55.45%86.27%-
XYZ57.0566.7621.43-
YUV205.567.33138.34-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.97%
GREEN value IS 219 (85.94% from 255) = 40.78%
BLUE value IS 98 (38.67% from 255) = 18.25%
R=40.97%
G=40.78%
B=18.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.55
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2202199800.000.550.1459.5163.5462.35
HexDCDB620037E3c403e
Octal3343331420067167410076
Binary110111001101101111000100011011111101111001000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDB62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDB62; }

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

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

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

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

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

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

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

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