Html Css Color HEX #DCD762 Goldenrod

📋 copy color: '#DCD762'

red 220 ◦ green 215 ◦ blue 98

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

Shades of Goldenrod #DCD762

Tints of Goldenrod #DCD762

RGB

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

 GREEN value IS 215 (84.38% from 255) = 40.34%

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

R = 41.28%
G = 40.34%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DCD762 (or 0xDCD762) is known color: Goldenrod. HEX triplet: DC, D7 and 62. RGB value is (220,215,98). Sum of RGB (Red+Green+Blue) = 220+215+98=533 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.28% from 533); Green value is 215 (84.38% from 255 or 40.34% from 533); Blue value is 98 (38.67% from 255 or 18.39% from 533); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD762 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD762 is #23289D. Grayscale: #CBCBCB. Windows color (decimal): -2304158 or 6477788. OLE color: 6477788.

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

Color convert

RGB 220 215 98 -
CMYK 0 0.02 0.55 0.14
HSL 57.54º 0.64% 0.62% -
HSV(B) 57.54º 0.55% 0.86% -
XYZ 56.02 64.7 21.09 -
YUV 203.16 68.66 140.01 -
System Red Green Blue C M Y K H S L
Decimal 220 215 98 0 0.02 0.55 0.14 57.54 0.64 0.62
Hex DC D7 62 0 2 37 E 3A 40 3E
Octal 334 327 142 0 2 67 16 72 100 76
Binary 11011100 11010111 1100010 0 10 110111 1110 111010 1000000 111110

Color Harmonies of #DCD762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD762

Black with #DCD762

Text Example


Text Example

White with #DCD762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD762; }

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

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

background-color css

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

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

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

border-color css

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

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

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