Html Css Color HEX #8A781D Yukon Gold

📋 copy color: '#8A781D'

red 138 ◦ green 120 ◦ blue 29

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

Shades of Yukon Gold #8A781D

Tints of Yukon Gold #8A781D

RGB

 RED value IS 138 (54.3% from 255) = 48.08%

 GREEN value IS 120 (47.27% from 255) = 41.81%

 BLUE value IS 29 (11.72% from 255) = 10.1%

R = 48.08%
G = 41.81%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.79

 K value IS 0.46

RGB Variations

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

Color information

#8A781D (or 0x8A781D) is known color: Yukon Gold. HEX triplet: 8A, 78 and 1D. RGB value is (138,120,29). Sum of RGB (Red+Green+Blue) = 138+120+29=287 (38% of max value = 765). Red value is 138 (54.30% from 255 or 48.08% from 287); Green value is 120 (47.27% from 255 or 41.81% from 287); Blue value is 29 (11.72% from 255 or 10.10% from 287); Max value from RGB is 138 - color contains mainly: red. Hex color #8A781D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A781D is #7587E2. Grayscale: #737373. Windows color (decimal): -7702499 or 1931402. OLE color: 1931402.

HSL color Cylindrical-coordinate representation of color #8A781D: hue angle of 50.09º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8A781D is Cyan = 0, Magento = 0.13, Yellow = 0.79 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 120 29 -
CMYK 0 0.13 0.79 0.46
HSL 50.09º 0.65% 0.33% -
HSV(B) 50.09º 0.79% 0.54% -
XYZ 17.42 18.92 3.9 -
YUV 115.01 79.46 144.4 -
System Red Green Blue C M Y K H S L
Decimal 138 120 29 0 0.13 0.79 0.46 50.09 0.65 0.33
Hex 8A 78 1D 0 D 4F 2E 32 41 21
Octal 212 170 35 0 15 117 56 62 101 41
Binary 10001010 1111000 11101 0 1101 1001111 101110 110010 1000001 100001

Color Harmonies of #8A781D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A781D

Black with #8A781D

Text Example


Text Example

White with #8A781D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A781D; }

 p { color: rgb(138,120,29); }

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

background-color css

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

 a { background-color: rgb(138,120,29); }

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

border-color css

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

 span { border-color: rgb(138,120,29); }

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