Html Css Color HEX #806308 Yukon Gold

📋 copy color: '#806308'

red 128 ◦ green 99 ◦ blue 8

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

Shades of Yukon Gold #806308

Tints of Yukon Gold #806308

RGB

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

 GREEN value IS 99 (39.06% from 255) = 42.13%

 BLUE value IS 8 (3.52% from 255) = 3.4%

R = 54.47%
G = 42.13%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.94

 K value IS 0.50

RGB Variations

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

Color information

#806308 (or 0x806308) is known color: Yukon Gold. HEX triplet: 80, 63 and 08. RGB value is (128,99,8). Sum of RGB (Red+Green+Blue) = 128+99+8=235 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.47% from 235); Green value is 99 (39.06% from 255 or 42.13% from 235); Blue value is 8 (3.52% from 255 or 3.40% from 235); Max value from RGB is 128 - color contains mainly: red. Hex color #806308 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #806308 is #7F9CF7. Grayscale: #616161. Windows color (decimal): -8363256 or 549760. OLE color: 549760.

HSL color Cylindrical-coordinate representation of color #806308: hue angle of 45.5º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #806308 is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 99 8 -
CMYK 0 0.23 0.94 0.50
HSL 45.5º 0.88% 0.27% -
HSV(B) 45.5º 0.94% 0.5% -
XYZ 13.41 13.53 2.13 -
YUV 97.3 77.61 149.9 -
System Red Green Blue C M Y K H S L
Decimal 128 99 8 0 0.23 0.94 0.50 45.5 0.88 0.27
Hex 80 63 8 0 17 5E 32 2E 58 1B
Octal 200 143 10 0 27 136 62 56 130 33
Binary 10000000 1100011 1000 0 10111 1011110 110010 101110 1011000 11011

Color Harmonies of #806308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806308

Black with #806308

Text Example


Text Example

White with #806308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #806308; }

 p { color: rgb(128,99,8); }

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

background-color css

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

 a { background-color: rgb(128,99,8); }

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

border-color css

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

 span { border-color: rgb(128,99,8); }

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