Html Css Color HEX #DCD874 Goldenrod

📋 copy color: '#DCD874'

red 220 ◦ green 216 ◦ blue 116

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

Shades of Goldenrod #DCD874

Tints of Goldenrod #DCD874

RGB

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

 GREEN value IS 216 (84.77% from 255) = 39.13%

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

R = 39.86%
G = 39.13%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DCD874 (or 0xDCD874) is known color: Goldenrod. HEX triplet: DC, D8 and 74. RGB value is (220,216,116). Sum of RGB (Red+Green+Blue) = 220+216+116=552 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.86% from 552); Green value is 216 (84.77% from 255 or 39.13% from 552); Blue value is 116 (45.70% from 255 or 21.01% from 552); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD874 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD874 is #23278B. Grayscale: #CECECE. Windows color (decimal): -2303884 or 7657692. OLE color: 7657692.

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

Color convert

RGB 220 216 116 -
CMYK 0 0.02 0.47 0.14
HSL 57.69º 0.6% 0.66% -
HSV(B) 57.69º 0.47% 0.86% -
XYZ 57.22 65.59 26.17 -
YUV 205.8 77.33 138.13 -
System Red Green Blue C M Y K H S L
Decimal 220 216 116 0 0.02 0.47 0.14 57.69 0.6 0.66
Hex DC D8 74 0 2 2F E 3A 3C 42
Octal 334 330 164 0 2 57 16 72 74 102
Binary 11011100 11011000 1110100 0 10 101111 1110 111010 111100 1000010

Color Harmonies of #DCD874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD874

Black with #DCD874

Text Example


Text Example

White with #DCD874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD874; }

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

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

background-color css

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

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

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

border-color css

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

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

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