Html Css Color HEX #DFB273 Harvest Gold

📋 copy color: '#DFB273'

red 223 ◦ green 178 ◦ blue 115

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

Shades of Harvest Gold #DFB273

Tints of Harvest Gold #DFB273

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.5%

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

R = 43.22%
G = 34.5%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DFB273 (or 0xDFB273) is known color: Harvest Gold. HEX triplet: DF, B2 and 73. RGB value is (223,178,115). Sum of RGB (Red+Green+Blue) = 223+178+115=516 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.22% from 516); Green value is 178 (69.92% from 255 or 34.50% from 516); Blue value is 115 (45.31% from 255 or 22.29% from 516); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB273 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFB273 is #204D8C. Grayscale: #B8B8B8. Windows color (decimal): -2117005 or 7582431. OLE color: 7582431.

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

Color convert

RGB 223 178 115 -
CMYK 0 0.20 0.48 0.13
HSL 35º 0.63% 0.66% -
HSV(B) 35º 0.48% 0.87% -
XYZ 49.45 48.77 23.03 -
YUV 184.27 88.91 155.62 -
System Red Green Blue C M Y K H S L
Decimal 223 178 115 0 0.20 0.48 0.13 35 0.63 0.66
Hex DF B2 73 0 14 30 D 23 3F 42
Octal 337 262 163 0 24 60 15 43 77 102
Binary 11011111 10110010 1110011 0 10100 110000 1101 100011 111111 1000010

Color Harmonies of #DFB273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB273

Black with #DFB273

Text Example


Text Example

White with #DFB273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB273; }

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

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

background-color css

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

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

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

border-color css

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

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

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