Html Css Color HEX #DCDC71 Goldenrod

📋 copy color: '#DCDC71'

red 220 ◦ green 220 ◦ blue 113

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

Shades of Goldenrod #DCDC71

Tints of Goldenrod #DCDC71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 20.43%

R = 39.78%
G = 39.78%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DCDC71 (or 0xDCDC71) is known color: Goldenrod. HEX triplet: DC, DC and 71. RGB value is (220,220,113). Sum of RGB (Red+Green+Blue) = 220+220+113=553 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.78% from 553); Green value is 220 (86.33% from 255 or 39.78% from 553); Blue value is 113 (44.53% from 255 or 20.43% from 553); Max value from RGB is 220 - color contains mainly: red, green. Hex color #DCDC71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDC71 is #23238E. Grayscale: #D0D0D0. Windows color (decimal): -2302863 or 7462108. OLE color: 7462108.

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

Color convert

RGB 220 220 113 -
CMYK 0 0 0.49 0.14
HSL 60º 0.6% 0.65% -
HSV(B) 60º 0.49% 0.86% -
XYZ 58.09 67.59 25.61 -
YUV 207.8 74.5 136.7 -
System Red Green Blue C M Y K H S L
Decimal 220 220 113 0 0 0.49 0.14 60 0.6 0.65
Hex DC DC 71 0 0 31 E 3C 3C 41
Octal 334 334 161 0 0 61 16 74 74 101
Binary 11011100 11011100 1110001 0 0 110001 1110 111100 111100 1000001

Color Harmonies of #DCDC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDC71

Black with #DCDC71

Text Example


Text Example

White with #DCDC71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDC71; }

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

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

background-color css

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

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

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

border-color css

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

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

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