Html Css Color HEX #DC8F20 Buttercup

📋 copy color: '#DC8F20'

red 220 ◦ green 143 ◦ blue 32

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

Shades of Buttercup #DC8F20

Tints of Buttercup #DC8F20

RGB

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

 GREEN value IS 143 (56.25% from 255) = 36.2%

 BLUE value IS 32 (12.89% from 255) = 8.1%

R = 55.7%
G = 36.2%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DC8F20 (or 0xDC8F20) is known color: Buttercup. HEX triplet: DC, 8F and 20. RGB value is (220,143,32). Sum of RGB (Red+Green+Blue) = 220+143+32=395 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.70% from 395); Green value is 143 (56.25% from 255 or 36.20% from 395); Blue value is 32 (12.89% from 255 or 8.10% from 395); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8F20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8F20 is #2370DF. Grayscale: #999999. Windows color (decimal): -2322656 or 2133980. OLE color: 2133980.

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

Color convert

RGB 220 143 32 -
CMYK 0 0.35 0.85 0.14
HSL 35.43º 0.75% 0.49% -
HSV(B) 35.43º 0.85% 0.86% -
XYZ 39.6 34.96 6.03 -
YUV 153.37 59.51 175.53 -
System Red Green Blue C M Y K H S L
Decimal 220 143 32 0 0.35 0.85 0.14 35.43 0.75 0.49
Hex DC 8F 20 0 23 55 E 23 4B 31
Octal 334 217 40 0 43 125 16 43 113 61
Binary 11011100 10001111 100000 0 100011 1010101 1110 100011 1001011 110001

Color Harmonies of #DC8F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8F20

Black with #DC8F20

Text Example


Text Example

White with #DC8F20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8F20; }

 p { color: rgb(220,143,32); }

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

background-color css

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

 a { background-color: rgb(220,143,32); }

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

border-color css

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

 span { border-color: rgb(220,143,32); }

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