Html Css Color HEX #DCD673 Goldenrod

📋 copy color: '#DCD673'

red 220 ◦ green 214 ◦ blue 115

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

Shades of Goldenrod #DCD673

Tints of Goldenrod #DCD673

RGB

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

 GREEN value IS 214 (83.98% from 255) = 38.98%

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

R = 40.07%
G = 38.98%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DCD673 (or 0xDCD673) is known color: Goldenrod. HEX triplet: DC, D6 and 73. RGB value is (220,214,115). Sum of RGB (Red+Green+Blue) = 220+214+115=549 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.07% from 549); Green value is 214 (83.98% from 255 or 38.98% from 549); Blue value is 115 (45.31% from 255 or 20.95% from 549); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD673 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCD673 is #23298C. Grayscale: #CCCCCC. Windows color (decimal): -2304397 or 7591644. OLE color: 7591644.

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

Color convert

RGB 220 214 115 -
CMYK 0 0.03 0.48 0.14
HSL 56.57º 0.6% 0.66% -
HSV(B) 56.57º 0.48% 0.86% -
XYZ 56.66 64.55 25.69 -
YUV 204.51 77.49 139.05 -
System Red Green Blue C M Y K H S L
Decimal 220 214 115 0 0.03 0.48 0.14 56.57 0.6 0.66
Hex DC D6 73 0 3 30 E 39 3C 42
Octal 334 326 163 0 3 60 16 71 74 102
Binary 11011100 11010110 1110011 0 11 110000 1110 111001 111100 1000010

Color Harmonies of #DCD673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD673

Black with #DCD673

Text Example


Text Example

White with #DCD673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD673; }

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

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

background-color css

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

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

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

border-color css

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

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

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