Html Css Color HEX #DC8B2A Buttercup

📋 copy color: '#DC8B2A'

red 220 ◦ green 139 ◦ blue 42

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

Shades of Buttercup #DC8B2A

Tints of Buttercup #DC8B2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.47%

R = 54.86%
G = 34.66%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DC8B2A (or 0xDC8B2A) is known color: Buttercup. HEX triplet: DC, 8B and 2A. RGB value is (220,139,42). Sum of RGB (Red+Green+Blue) = 220+139+42=401 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.86% from 401); Green value is 139 (54.69% from 255 or 34.66% from 401); Blue value is 42 (16.80% from 255 or 10.47% from 401); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8B2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8B2A is #2374D5. Grayscale: #989898. Windows color (decimal): -2323670 or 2788316. OLE color: 2788316.

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

Color convert

RGB 220 139 42 -
CMYK 0 0.37 0.81 0.14
HSL 32.7º 0.72% 0.51% -
HSV(B) 32.7º 0.81% 0.86% -
XYZ 39.17 33.85 6.66 -
YUV 152.16 65.84 176.39 -
System Red Green Blue C M Y K H S L
Decimal 220 139 42 0 0.37 0.81 0.14 32.7 0.72 0.51
Hex DC 8B 2A 0 25 51 E 21 48 33
Octal 334 213 52 0 45 121 16 41 110 63
Binary 11011100 10001011 101010 0 100101 1010001 1110 100001 1001000 110011

Color Harmonies of #DC8B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8B2A

Black with #DC8B2A

Text Example


Text Example

White with #DC8B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8B2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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