Html Css Color HEX #DCD974 Goldenrod

📋 copy color: '#DCD974'

red 220 ◦ green 217 ◦ blue 116

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

Shades of Goldenrod #DCD974

Tints of Goldenrod #DCD974

RGB

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

 GREEN value IS 217 (85.16% from 255) = 39.24%

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

R = 39.78%
G = 39.24%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DCD974 (or 0xDCD974) is known color: Goldenrod. HEX triplet: DC, D9 and 74. RGB value is (220,217,116). Sum of RGB (Red+Green+Blue) = 220+217+116=553 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.78% from 553); Green value is 217 (85.16% from 255 or 39.24% from 553); Blue value is 116 (45.70% from 255 or 20.98% from 553); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD974 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD974 is #23268B. Grayscale: #CECECE. Windows color (decimal): -2303628 or 7657948. OLE color: 7657948.

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

Color convert

RGB 220 217 116 -
CMYK 0 0.01 0.47 0.14
HSL 58.27º 0.6% 0.66% -
HSV(B) 58.27º 0.47% 0.86% -
XYZ 57.48 66.1 26.25 -
YUV 206.38 76.99 137.71 -
System Red Green Blue C M Y K H S L
Decimal 220 217 116 0 0.01 0.47 0.14 58.27 0.6 0.66
Hex DC D9 74 0 1 2F E 3A 3C 42
Octal 334 331 164 0 1 57 16 72 74 102
Binary 11011100 11011001 1110100 0 1 101111 1110 111010 111100 1000010

Color Harmonies of #DCD974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD974

Black with #DCD974

Text Example


Text Example

White with #DCD974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD974; }

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

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

background-color css

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

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

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

border-color css

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

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

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