Html Css Color HEX #DC8F2C Buttercup

📋 copy color: '#DC8F2C'

red 220 ◦ green 143 ◦ blue 44

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

Shades of Buttercup #DC8F2C

Tints of Buttercup #DC8F2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 10.81%

R = 54.05%
G = 35.14%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.8

 K value IS 0.14

RGB Variations

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

Color information

#DC8F2C (or 0xDC8F2C) is known color: Buttercup. HEX triplet: DC, 8F and 2C. RGB value is (220,143,44). Sum of RGB (Red+Green+Blue) = 220+143+44=407 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.05% from 407); Green value is 143 (56.25% from 255 or 35.14% from 407); Blue value is 44 (17.58% from 255 or 10.81% from 407); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8F2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8F2C is #2370D3. Grayscale: #9B9B9B. Windows color (decimal): -2322644 or 2920412. OLE color: 2920412.

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

Color convert

RGB 220 143 44 -
CMYK 0 0.35 0.8 0.14
HSL 33.75º 0.72% 0.52% -
HSV(B) 33.75º 0.8% 0.86% -
XYZ 39.79 35.04 7.05 -
YUV 154.74 65.51 174.55 -
System Red Green Blue C M Y K H S L
Decimal 220 143 44 0 0.35 0.8 0.14 33.75 0.72 0.52
Hex DC 8F 2C 0 23 50 E 22 48 34
Octal 334 217 54 0 43 120 16 42 110 64
Binary 11011100 10001111 101100 0 100011 1010000 1110 100010 1001000 110100

Color Harmonies of #DC8F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8F2C

Black with #DC8F2C

Text Example


Text Example

White with #DC8F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8F2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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