Html Css Color HEX #DCDC74 Goldenrod

📋 copy color: '#DCDC74'

red 220 ◦ green 220 ◦ blue 116

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

Shades of Goldenrod #DCDC74

Tints of Goldenrod #DCDC74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 20.86%

R = 39.57%
G = 39.57%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DCDC74 (or 0xDCDC74) is known color: Goldenrod. HEX triplet: DC, DC and 74. RGB value is (220,220,116). Sum of RGB (Red+Green+Blue) = 220+220+116=556 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.57% from 556); Green value is 220 (86.33% from 255 or 39.57% from 556); Blue value is 116 (45.70% from 255 or 20.86% from 556); Max value from RGB is 220 - color contains mainly: red, green. Hex color #DCDC74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDC74 is #23238B. Grayscale: #D0D0D0. Windows color (decimal): -2302860 or 7658716. OLE color: 7658716.

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

Color convert

RGB 220 220 116 -
CMYK 0 0 0.47 0.14
HSL 60º 0.6% 0.66% -
HSV(B) 60º 0.47% 0.86% -
XYZ 58.26 67.66 26.51 -
YUV 208.14 76 136.46 -
System Red Green Blue C M Y K H S L
Decimal 220 220 116 0 0 0.47 0.14 60 0.6 0.66
Hex DC DC 74 0 0 2F E 3C 3C 42
Octal 334 334 164 0 0 57 16 74 74 102
Binary 11011100 11011100 1110100 0 0 101111 1110 111100 111100 1000010

Color Harmonies of #DCDC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDC74

Black with #DCDC74

Text Example


Text Example

White with #DCDC74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDC74; }

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

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

background-color css

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

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

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

border-color css

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

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

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