Html Css Color HEX #807415 Yukon Gold

📋 copy color: '#807415'

red 128 ◦ green 116 ◦ blue 21

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

Shades of Yukon Gold #807415

Tints of Yukon Gold #807415

RGB

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

 GREEN value IS 116 (45.7% from 255) = 43.77%

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

R = 48.3%
G = 43.77%
B = 7.92%

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

#807415 (or 0x807415) is known color: Yukon Gold. HEX triplet: 80, 74 and 15. RGB value is (128,116,21). Sum of RGB (Red+Green+Blue) = 128+116+21=265 (35% of max value = 765). Red value is 128 (50.39% from 255 or 48.30% from 265); Green value is 116 (45.70% from 255 or 43.77% from 265); Blue value is 21 (8.59% from 255 or 7.92% from 265); Max value from RGB is 128 - color contains mainly: red. Hex color #807415 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #807415 is #7F8BEA. Grayscale: #6D6D6D. Windows color (decimal): -8358891 or 1406080. OLE color: 1406080.

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

Color convert

RGB 128 116 21 -
CMYK 0 0.09 0.84 0.50
HSL 53.27º 0.72% 0.29% -
HSV(B) 53.27º 0.84% 0.5% -
XYZ 15.28 17.13 3.21 -
YUV 108.76 78.48 141.72 -
System Red Green Blue C M Y K H S L
Decimal 128 116 21 0 0.09 0.84 0.50 53.27 0.72 0.29
Hex 80 74 15 0 9 54 32 35 48 1D
Octal 200 164 25 0 11 124 62 65 110 35
Binary 10000000 1110100 10101 0 1001 1010100 110010 110101 1001000 11101

Color Harmonies of #807415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807415

Black with #807415

Text Example


Text Example

White with #807415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807415; }

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

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

background-color css

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

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

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

border-color css

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

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

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