Html Css Color HEX #807515 Yukon Gold

📋 copy color: '#807515'

red 128 ◦ green 117 ◦ blue 21

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

Shades of Yukon Gold #807515

Tints of Yukon Gold #807515

RGB

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

 GREEN value IS 117 (46.09% from 255) = 43.98%

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

R = 48.12%
G = 43.98%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.84

 K value IS 0.50

RGB Variations

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

Color information

#807515 (or 0x807515) is known color: Yukon Gold. HEX triplet: 80, 75 and 15. RGB value is (128,117,21). Sum of RGB (Red+Green+Blue) = 128+117+21=266 (35% of max value = 765). Red value is 128 (50.39% from 255 or 48.12% from 266); Green value is 117 (46.09% from 255 or 43.98% from 266); Blue value is 21 (8.59% from 255 or 7.89% from 266); Max value from RGB is 128 - color contains mainly: red. Hex color #807515 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #807515 is #7F8AEA. Grayscale: #6D6D6D. Windows color (decimal): -8358635 or 1406336. OLE color: 1406336.

HSL color Cylindrical-coordinate representation of color #807515: hue angle of 53.83º 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 #807515 is Cyan = 0, Magento = 0.09, Yellow = 0.84 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 117 21 -
CMYK 0 0.09 0.84 0.50
HSL 53.83º 0.72% 0.29% -
HSV(B) 53.83º 0.84% 0.5% -
XYZ 15.4 17.37 3.25 -
YUV 109.35 78.14 141.31 -
System Red Green Blue C M Y K H S L
Decimal 128 117 21 0 0.09 0.84 0.50 53.83 0.72 0.29
Hex 80 75 15 0 9 54 32 36 48 1D
Octal 200 165 25 0 11 124 62 66 110 35
Binary 10000000 1110101 10101 0 1001 1010100 110010 110110 1001000 11101

Color Harmonies of #807515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807515

Black with #807515

Text Example


Text Example

White with #807515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807515; }

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

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

background-color css

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

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

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

border-color css

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

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

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