Html Css Color HEX #DC8822 Buttercup

📋 copy color: '#DC8822'

red 220 ◦ green 136 ◦ blue 34

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

Shades of Buttercup #DC8822

Tints of Buttercup #DC8822

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.87%

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

R = 56.41%
G = 34.87%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DC8822 (or 0xDC8822) is known color: Buttercup. HEX triplet: DC, 88 and 22. RGB value is (220,136,34). Sum of RGB (Red+Green+Blue) = 220+136+34=390 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.41% from 390); Green value is 136 (53.52% from 255 or 34.87% from 390); Blue value is 34 (13.67% from 255 or 8.72% from 390); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8822 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8822 is #2377DD. Grayscale: #959595. Windows color (decimal): -2324446 or 2263260. OLE color: 2263260.

HSL color Cylindrical-coordinate representation of color #DC8822: hue angle of 32.9º 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 #DC8822 is Cyan = 0, Magento = 0.38, Yellow = 0.85 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 136 34 -
CMYK 0 0.38 0.85 0.14
HSL 32.9º 0.73% 0.5% -
HSV(B) 32.9º 0.85% 0.86% -
XYZ 38.61 32.94 5.84 -
YUV 149.49 62.83 178.29 -
System Red Green Blue C M Y K H S L
Decimal 220 136 34 0 0.38 0.85 0.14 32.9 0.73 0.5
Hex DC 88 22 0 26 55 E 21 49 32
Octal 334 210 42 0 46 125 16 41 111 62
Binary 11011100 10001000 100010 0 100110 1010101 1110 100001 1001001 110010

Color Harmonies of #DC8822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8822

Black with #DC8822

Text Example


Text Example

White with #DC8822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8822; }

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

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

background-color css

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

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

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

border-color css

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

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

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