Html Css Color HEX #807315 Yukon Gold

📋 copy color: '#807315'

red 128 ◦ green 115 ◦ blue 21

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

Shades of Yukon Gold #807315

Tints of Yukon Gold #807315

RGB

 RED value IS 128 (50.39% from 255) = 48.48%

 GREEN value IS 115 (45.31% from 255) = 43.56%

 BLUE value IS 21 (8.59% from 255) = 7.95%

R = 48.48%
G = 43.56%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#807315 (or 0x807315) is known color: Yukon Gold. HEX triplet: 80, 73 and 15. RGB value is (128,115,21). Sum of RGB (Red+Green+Blue) = 128+115+21=264 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.48% from 264); Green value is 115 (45.31% from 255 or 43.56% from 264); Blue value is 21 (8.59% from 255 or 7.95% from 264); Max value from RGB is 128 - color contains mainly: red. Hex color #807315 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #807315 is #7F8CEA. Grayscale: #6C6C6C. Windows color (decimal): -8359147 or 1405824. OLE color: 1405824.

HSL color Cylindrical-coordinate representation of color #807315: hue angle of 52.71º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #807315 is Cyan = 0, Magento = 0.10, Yellow = 0.84 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 115 21 -
CMYK 0 0.10 0.84 0.50
HSL 52.71º 0.72% 0.29% -
HSV(B) 52.71º 0.84% 0.5% -
XYZ 15.17 16.9 3.17 -
YUV 108.17 78.81 142.14 -
System Red Green Blue C M Y K H S L
Decimal 128 115 21 0 0.10 0.84 0.50 52.71 0.72 0.29
Hex 80 73 15 0 A 54 32 35 48 1D
Octal 200 163 25 0 12 124 62 65 110 35
Binary 10000000 1110011 10101 0 1010 1010100 110010 110101 1001000 11101

Color Harmonies of #807315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807315

Black with #807315

Text Example


Text Example

White with #807315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807315; }

 p { color: rgb(128,115,21); }

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

background-color css

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

 a { background-color: rgb(128,115,21); }

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

border-color css

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

 span { border-color: rgb(128,115,21); }

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