Html Css Color HEX #DC8B2C Buttercup

📋 copy color: '#DC8B2C'

red 220 ◦ green 139 ◦ blue 44

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

Shades of Buttercup #DC8B2C

Tints of Buttercup #DC8B2C

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.49%

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

R = 54.59%
G = 34.49%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.8

 K value IS 0.14

RGB Variations

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

Color information

#DC8B2C (or 0xDC8B2C) is known color: Buttercup. HEX triplet: DC, 8B and 2C. RGB value is (220,139,44). Sum of RGB (Red+Green+Blue) = 220+139+44=403 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.59% from 403); Green value is 139 (54.69% from 255 or 34.49% from 403); Blue value is 44 (17.58% from 255 or 10.92% from 403); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8B2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8B2C is #2374D3. Grayscale: #989898. Windows color (decimal): -2323668 or 2919388. OLE color: 2919388.

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

Color convert

RGB 220 139 44 -
CMYK 0 0.37 0.8 0.14
HSL 32.39º 0.72% 0.52% -
HSV(B) 32.39º 0.8% 0.86% -
XYZ 39.2 33.86 6.85 -
YUV 152.39 66.84 176.22 -
System Red Green Blue C M Y K H S L
Decimal 220 139 44 0 0.37 0.8 0.14 32.39 0.72 0.52
Hex DC 8B 2C 0 25 50 E 20 48 34
Octal 334 213 54 0 45 120 16 40 110 64
Binary 11011100 10001011 101100 0 100101 1010000 1110 100000 1001000 110100

Color Harmonies of #DC8B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8B2C

Black with #DC8B2C

Text Example


Text Example

White with #DC8B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8B2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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