Html Css Color HEX #DCD773 Goldenrod

📋 copy color: '#DCD773'

red 220 ◦ green 215 ◦ blue 115

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

Shades of Goldenrod #DCD773

Tints of Goldenrod #DCD773

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 20.91%

R = 40%
G = 39.09%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DCD773 (or 0xDCD773) is known color: Goldenrod. HEX triplet: DC, D7 and 73. RGB value is (220,215,115). Sum of RGB (Red+Green+Blue) = 220+215+115=550 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40% from 550); Green value is 215 (84.38% from 255 or 39.09% from 550); Blue value is 115 (45.31% from 255 or 20.91% from 550); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD773 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD773 is #23288C. Grayscale: #CDCDCD. Windows color (decimal): -2304141 or 7591900. OLE color: 7591900.

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

Color convert

RGB 220 215 115 -
CMYK 0 0.02 0.48 0.14
HSL 57.14º 0.6% 0.66% -
HSV(B) 57.14º 0.48% 0.86% -
XYZ 56.91 65.05 25.78 -
YUV 205.1 77.16 138.63 -
System Red Green Blue C M Y K H S L
Decimal 220 215 115 0 0.02 0.48 0.14 57.14 0.6 0.66
Hex DC D7 73 0 2 30 E 39 3C 42
Octal 334 327 163 0 2 60 16 71 74 102
Binary 11011100 11010111 1110011 0 10 110000 1110 111001 111100 1000010

Color Harmonies of #DCD773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD773

Black with #DCD773

Text Example


Text Example

White with #DCD773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD773; }

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

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

background-color css

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

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

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

border-color css

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

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

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