Html Css Color HEX #DC8322 Buttercup

📋 copy color: '#DC8322'

red 220 ◦ green 131 ◦ blue 34

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

Shades of Buttercup #DC8322

Tints of Buttercup #DC8322

RGB

 RED value IS 220 (86.33% from 255) = 57.14%

 GREEN value IS 131 (51.56% from 255) = 34.03%

 BLUE value IS 34 (13.67% from 255) = 8.83%

R = 57.14%
G = 34.03%
B = 8.83%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DC8322 (or 0xDC8322) is known color: Buttercup. HEX triplet: DC, 83 and 22. RGB value is (220,131,34). Sum of RGB (Red+Green+Blue) = 220+131+34=385 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.14% from 385); Green value is 131 (51.56% from 255 or 34.03% from 385); Blue value is 34 (13.67% from 255 or 8.83% from 385); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8322 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8322 is #237CDD. Grayscale: #939393. Windows color (decimal): -2325726 or 2261980. OLE color: 2261980.

HSL color Cylindrical-coordinate representation of color #DC8322: hue angle of 31.29º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC8322 is Cyan = 0, Magento = 0.40, Yellow = 0.85 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 131 34 -
CMYK 0 0.40 0.85 0.14
HSL 31.29º 0.73% 0.5% -
HSV(B) 31.29º 0.85% 0.86% -
XYZ 37.92 31.56 5.61 -
YUV 146.55 64.49 180.39 -
System Red Green Blue C M Y K H S L
Decimal 220 131 34 0 0.40 0.85 0.14 31.29 0.73 0.5
Hex DC 83 22 0 28 55 E 1F 49 32
Octal 334 203 42 0 50 125 16 37 111 62
Binary 11011100 10000011 100010 0 101000 1010101 1110 11111 1001001 110010

Color Harmonies of #DC8322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8322

Black with #DC8322

Text Example


Text Example

White with #DC8322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8322; }

 p { color: rgb(220,131,34); }

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

background-color css

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

 a { background-color: rgb(220,131,34); }

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

border-color css

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

 span { border-color: rgb(220,131,34); }

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