Html Css Color HEX #817714 Yukon Gold

📋 copy color: '#817714'

red 129 ◦ green 119 ◦ blue 20

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

Shades of Yukon Gold #817714

Tints of Yukon Gold #817714

RGB

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

 GREEN value IS 119 (46.88% from 255) = 44.4%

 BLUE value IS 20 (8.2% from 255) = 7.46%

R = 48.13%
G = 44.4%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#817714 (or 0x817714) is known color: Yukon Gold. HEX triplet: 81, 77 and 14. RGB value is (129,119,20). Sum of RGB (Red+Green+Blue) = 129+119+20=268 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.13% from 268); Green value is 119 (46.88% from 255 or 44.40% from 268); Blue value is 20 (8.20% from 255 or 7.46% from 268); Max value from RGB is 129 - color contains mainly: red. Hex color #817714 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #817714 is #7E88EB. Grayscale: #6F6F6F. Windows color (decimal): -8292588 or 1341313. OLE color: 1341313.

HSL color Cylindrical-coordinate representation of color #817714: hue angle of 54.5º degrees, saturation: 0.73, 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 #817714 is Cyan = 0, Magento = 0.08, Yellow = 0.84 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 119 20 -
CMYK 0 0.08 0.84 0.49
HSL 54.5º 0.73% 0.29% -
HSV(B) 54.5º 0.84% 0.51% -
XYZ 15.78 17.91 3.29 -
YUV 110.7 76.81 141.05 -
System Red Green Blue C M Y K H S L
Decimal 129 119 20 0 0.08 0.84 0.49 54.5 0.73 0.29
Hex 81 77 14 0 8 54 31 36 49 1D
Octal 201 167 24 0 10 124 61 66 111 35
Binary 10000001 1110111 10100 0 1000 1010100 110001 110110 1001001 11101

Color Harmonies of #817714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #817714

Black with #817714

Text Example


Text Example

White with #817714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #817714; }

 p { color: rgb(129,119,20); }

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

background-color css

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

 a { background-color: rgb(129,119,20); }

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

border-color css

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

 span { border-color: rgb(129,119,20); }

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