Html Css Color HEX #DFB86A Harvest Gold

📋 copy color: '#DFB86A'

red 223 ◦ green 184 ◦ blue 106

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

Shades of Harvest Gold #DFB86A

Tints of Harvest Gold #DFB86A

RGB

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

 GREEN value IS 184 (72.27% from 255) = 35.87%

 BLUE value IS 106 (41.8% from 255) = 20.66%

R = 43.47%
G = 35.87%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DFB86A (or 0xDFB86A) is known color: Harvest Gold. HEX triplet: DF, B8 and 6A. RGB value is (223,184,106). Sum of RGB (Red+Green+Blue) = 223+184+106=513 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.47% from 513); Green value is 184 (72.27% from 255 or 35.87% from 513); Blue value is 106 (41.80% from 255 or 20.66% from 513); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB86A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFB86A is #204795. Grayscale: #BBBBBB. Windows color (decimal): -2115478 or 6994143. OLE color: 6994143.

HSL color Cylindrical-coordinate representation of color #DFB86A: hue angle of 40º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DFB86A is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 184 106 -
CMYK 0 0.17 0.52 0.13
HSL 40º 0.65% 0.65% -
HSV(B) 40º 0.52% 0.87% -
XYZ 50.17 51.01 20.84 -
YUV 186.77 82.42 153.84 -
System Red Green Blue C M Y K H S L
Decimal 223 184 106 0 0.17 0.52 0.13 40 0.65 0.65
Hex DF B8 6A 0 11 34 D 28 41 41
Octal 337 270 152 0 21 64 15 50 101 101
Binary 11011111 10111000 1101010 0 10001 110100 1101 101000 1000001 1000001

Color Harmonies of #DFB86A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB86A

Black with #DFB86A

Text Example


Text Example

White with #DFB86A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB86A; }

 p { color: rgb(223,184,106); }

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

background-color css

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

 a { background-color: rgb(223,184,106); }

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

border-color css

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

 span { border-color: rgb(223,184,106); }

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