Html Css Color HEX #DFB473 Harvest Gold

📋 copy color: '#DFB473'

red 223 ◦ green 180 ◦ blue 115

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

Shades of Harvest Gold #DFB473

Tints of Harvest Gold #DFB473

RGB

 RED value IS 223 (87.5% from 255) = 43.05%

 GREEN value IS 180 (70.7% from 255) = 34.75%

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

R = 43.05%
G = 34.75%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DFB473 (or 0xDFB473) is known color: Harvest Gold. HEX triplet: DF, B4 and 73. RGB value is (223,180,115). Sum of RGB (Red+Green+Blue) = 223+180+115=518 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.05% from 518); Green value is 180 (70.70% from 255 or 34.75% from 518); Blue value is 115 (45.31% from 255 or 22.20% from 518); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB473 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB473 is #204B8C. Grayscale: #B9B9B9. Windows color (decimal): -2116493 or 7582943. OLE color: 7582943.

HSL color Cylindrical-coordinate representation of color #DFB473: hue angle of 36.11º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DFB473 is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 180 115 -
CMYK 0 0.19 0.48 0.13
HSL 36.11º 0.63% 0.66% -
HSV(B) 36.11º 0.48% 0.87% -
XYZ 49.85 49.57 23.16 -
YUV 185.45 88.25 154.79 -
System Red Green Blue C M Y K H S L
Decimal 223 180 115 0 0.19 0.48 0.13 36.11 0.63 0.66
Hex DF B4 73 0 13 30 D 24 3F 42
Octal 337 264 163 0 23 60 15 44 77 102
Binary 11011111 10110100 1110011 0 10011 110000 1101 100100 111111 1000010

Color Harmonies of #DFB473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB473

Black with #DFB473

Text Example


Text Example

White with #DFB473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB473; }

 p { color: rgb(223,180,115); }

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

background-color css

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

 a { background-color: rgb(223,180,115); }

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

border-color css

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

 span { border-color: rgb(223,180,115); }

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