Html Css Color HEX #DCDC76 Goldenrod

📋 copy color: '#DCDC76'

red 220 ◦ green 220 ◦ blue 118

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

Shades of Goldenrod #DCDC76

Tints of Goldenrod #DCDC76

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.43%

 BLUE value IS 118 (46.48% from 255) = 21.15%

R = 39.43%
G = 39.43%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DCDC76 (or 0xDCDC76) is known color: Goldenrod. HEX triplet: DC, DC and 76. RGB value is (220,220,118). Sum of RGB (Red+Green+Blue) = 220+220+118=558 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.43% from 558); Green value is 220 (86.33% from 255 or 39.43% from 558); Blue value is 118 (46.48% from 255 or 21.15% from 558); Max value from RGB is 220 - color contains mainly: red, green. Hex color #DCDC76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDC76 is #232389. Grayscale: #D0D0D0. Windows color (decimal): -2302858 or 7789788. OLE color: 7789788.

HSL color Cylindrical-coordinate representation of color #DCDC76: hue angle of 60º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DCDC76 is Cyan = 0, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 220 118 -
CMYK 0 0 0.46 0.14
HSL 60º 0.59% 0.66% -
HSV(B) 60º 0.46% 0.86% -
XYZ 58.38 67.71 27.13 -
YUV 208.37 77 136.29 -
System Red Green Blue C M Y K H S L
Decimal 220 220 118 0 0 0.46 0.14 60 0.59 0.66
Hex DC DC 76 0 0 2E E 3C 3B 42
Octal 334 334 166 0 0 56 16 74 73 102
Binary 11011100 11011100 1110110 0 0 101110 1110 111100 111011 1000010

Color Harmonies of #DCDC76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDC76

Black with #DCDC76

Text Example


Text Example

White with #DCDC76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDC76; }

 p { color: rgb(220,220,118); }

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

background-color css

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

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

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

border-color css

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

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

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