Html Css Color HEX #857021 Yukon Gold

📋 copy color: '#857021'

red 133 ◦ green 112 ◦ blue 33

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

Shades of Yukon Gold #857021

Tints of Yukon Gold #857021

RGB

 RED value IS 133 (52.34% from 255) = 47.84%

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

 BLUE value IS 33 (13.28% from 255) = 11.87%

R = 47.84%
G = 40.29%
B = 11.87%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.75

 K value IS 0.48

RGB Variations

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

Color information

#857021 (or 0x857021) is known color: Yukon Gold. HEX triplet: 85, 70 and 21. RGB value is (133,112,33). Sum of RGB (Red+Green+Blue) = 133+112+33=278 (36% of max value = 765). Red value is 133 (52.34% from 255 or 47.84% from 278); Green value is 112 (44.14% from 255 or 40.29% from 278); Blue value is 33 (13.28% from 255 or 11.87% from 278); Max value from RGB is 133 - color contains mainly: red. Hex color #857021 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857021 is #7A8FDE. Grayscale: #6D6D6D. Windows color (decimal): -8032223 or 2191493. OLE color: 2191493.

HSL color Cylindrical-coordinate representation of color #857021: hue angle of 47.4º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #857021 is Cyan = 0, Magento = 0.16, Yellow = 0.75 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 112 33 -
CMYK 0 0.16 0.75 0.48
HSL 47.4º 0.6% 0.33% -
HSV(B) 47.4º 0.75% 0.52% -
XYZ 15.74 16.68 3.83 -
YUV 109.27 84.96 144.92 -
System Red Green Blue C M Y K H S L
Decimal 133 112 33 0 0.16 0.75 0.48 47.4 0.6 0.33
Hex 85 70 21 0 10 4B 30 2F 3C 21
Octal 205 160 41 0 20 113 60 57 74 41
Binary 10000101 1110000 100001 0 10000 1001011 110000 101111 111100 100001

Color Harmonies of #857021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857021

Black with #857021

Text Example


Text Example

White with #857021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857021; }

 p { color: rgb(133,112,33); }

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

background-color css

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

 a { background-color: rgb(133,112,33); }

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

border-color css

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

 span { border-color: rgb(133,112,33); }

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