Html Css Color HEX #DCDA62 Goldenrod

📋 copy color: '#DCDA62'

red 220 ◦ green 218 ◦ blue 98

#DCDA62
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Goldenrod #DCDA62

Tints of Goldenrod #DCDA62

RGB

 RED value IS 220 (86.33% from 255) = 41.04%

 GREEN value IS 218 (85.55% from 255) = 40.67%

 BLUE value IS 98 (38.67% from 255) = 18.28%

R = 41.04%
G = 40.67%
B = 18.28%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DCDA62 (or 0xDCDA62) is known color: Goldenrod. HEX triplet: DC, DA and 62. RGB value is (220,218,98). Sum of RGB (Red+Green+Blue) = 220+218+98=536 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.04% from 536); Green value is 218 (85.55% from 255 or 40.67% from 536); Blue value is 98 (38.67% from 255 or 18.28% from 536); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDA62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDA62 is #23259D. Grayscale: #CDCDCD. Windows color (decimal): -2303390 or 6478556. OLE color: 6478556.

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

Color convert

RGB 220 218 98 -
CMYK 0 0.01 0.55 0.14
HSL 59.02º 0.64% 0.62% -
HSV(B) 59.02º 0.55% 0.86% -
XYZ 56.79 66.24 21.35 -
YUV 204.92 67.66 138.76 -
System Red Green Blue C M Y K H S L
Decimal 220 218 98 0 0.01 0.55 0.14 59.02 0.64 0.62
Hex DC DA 62 0 1 37 E 3B 40 3E
Octal 334 332 142 0 1 67 16 73 100 76
Binary 11011100 11011010 1100010 0 1 110111 1110 111011 1000000 111110

Color Harmonies of #DCDA62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDA62

Black with #DCDA62

Text Example


Text Example

White with #DCDA62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDA62; }

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

 H1.HeaderClassName
 {
   color: #DCDA62;
 }
 .AnyTagClassName
 {
   color: #DCDA62;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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