Html Css Color HEX #DCD774 Goldenrod

📋 copy color: '#DCD774'

red 220 ◦ green 215 ◦ blue 116

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

Shades of Goldenrod #DCD774

Tints of Goldenrod #DCD774

RGB

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

 GREEN value IS 215 (84.38% from 255) = 39.02%

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

R = 39.93%
G = 39.02%
B = 21.05%

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

#DCD774 (or 0xDCD774) is known color: Goldenrod. HEX triplet: DC, D7 and 74. RGB value is (220,215,116). Sum of RGB (Red+Green+Blue) = 220+215+116=551 (72% of max value = 765). Red value is 220 (86.33% from 255 or 39.93% from 551); Green value is 215 (84.38% from 255 or 39.02% from 551); Blue value is 116 (45.70% from 255 or 21.05% from 551); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD774 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD774 is #23288B. Grayscale: #CDCDCD. Windows color (decimal): -2304140 or 7657436. OLE color: 7657436.

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

Color convert

RGB 220 215 116 -
CMYK 0 0.02 0.47 0.14
HSL 57.12º 0.6% 0.66% -
HSV(B) 57.12º 0.47% 0.86% -
XYZ 56.97 65.08 26.08 -
YUV 205.21 77.66 138.55 -
System Red Green Blue C M Y K H S L
Decimal 220 215 116 0 0.02 0.47 0.14 57.12 0.6 0.66
Hex DC D7 74 0 2 2F E 39 3C 42
Octal 334 327 164 0 2 57 16 71 74 102
Binary 11011100 11010111 1110100 0 10 101111 1110 111001 111100 1000010

Color Harmonies of #DCD774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD774

Black with #DCD774

Text Example


Text Example

White with #DCD774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD774; }

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

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

background-color css

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

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

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

border-color css

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

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

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