Html Css Color HEX #817015 Yukon Gold

📋 copy color: '#817015'

red 129 ◦ green 112 ◦ blue 21

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

Shades of Yukon Gold #817015

Tints of Yukon Gold #817015

RGB

 RED value IS 129 (50.78% from 255) = 49.24%

 GREEN value IS 112 (44.14% from 255) = 42.75%

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

R = 49.24%
G = 42.75%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#817015 (or 0x817015) is known color: Yukon Gold. HEX triplet: 81, 70 and 15. RGB value is (129,112,21). Sum of RGB (Red+Green+Blue) = 129+112+21=262 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.24% from 262); Green value is 112 (44.14% from 255 or 42.75% from 262); Blue value is 21 (8.59% from 255 or 8.02% from 262); Max value from RGB is 129 - color contains mainly: red. Hex color #817015 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #817015 is #7E8FEA. Grayscale: #6B6B6B. Windows color (decimal): -8294379 or 1405057. OLE color: 1405057.

HSL color Cylindrical-coordinate representation of color #817015: hue angle of 50.56º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #817015 is Cyan = 0, Magento = 0.13, Yellow = 0.84 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 112 21 -
CMYK 0 0.13 0.84 0.49
HSL 50.56º 0.72% 0.29% -
HSV(B) 50.56º 0.84% 0.51% -
XYZ 14.98 16.31 3.07 -
YUV 106.71 79.63 143.9 -
System Red Green Blue C M Y K H S L
Decimal 129 112 21 0 0.13 0.84 0.49 50.56 0.72 0.29
Hex 81 70 15 0 D 54 31 33 48 1D
Octal 201 160 25 0 15 124 61 63 110 35
Binary 10000001 1110000 10101 0 1101 1010100 110001 110011 1001000 11101

Color Harmonies of #817015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817015

Black with #817015

Text Example


Text Example

White with #817015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817015; }

 p { color: rgb(129,112,21); }

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

background-color css

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

 a { background-color: rgb(129,112,21); }

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

border-color css

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

 span { border-color: rgb(129,112,21); }

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