Html Css Color HEX #807512 Yukon Gold

📋 copy color: '#807512'

red 128 ◦ green 117 ◦ blue 18

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

Shades of Yukon Gold #807512

Tints of Yukon Gold #807512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.84%

R = 48.67%
G = 44.49%
B = 6.84%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.86

 K value IS 0.50

RGB Variations

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

Color information

#807512 (or 0x807512) is known color: Yukon Gold. HEX triplet: 80, 75 and 12. RGB value is (128,117,18). Sum of RGB (Red+Green+Blue) = 128+117+18=263 (34% of max value = 765). Red value is 128 (50.39% from 255 or 48.67% from 263); Green value is 117 (46.09% from 255 or 44.49% from 263); Blue value is 18 (7.42% from 255 or 6.84% from 263); Max value from RGB is 128 - color contains mainly: red. Hex color #807512 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #807512 is #7F8AED. Grayscale: #6D6D6D. Windows color (decimal): -8358638 or 1209728. OLE color: 1209728.

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

Color convert

RGB 128 117 18 -
CMYK 0 0.09 0.86 0.50
HSL 54º 0.75% 0.29% -
HSV(B) 54º 0.86% 0.5% -
XYZ 15.37 17.36 3.11 -
YUV 109 76.64 141.55 -
System Red Green Blue C M Y K H S L
Decimal 128 117 18 0 0.09 0.86 0.50 54 0.75 0.29
Hex 80 75 12 0 9 56 32 36 4B 1D
Octal 200 165 22 0 11 126 62 66 113 35
Binary 10000000 1110101 10010 0 1001 1010110 110010 110110 1001011 11101

Color Harmonies of #807512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807512

Black with #807512

Text Example


Text Example

White with #807512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807512; }

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

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

background-color css

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

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

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

border-color css

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

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

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