Html Css Color HEX #DC8A2B Buttercup

📋 copy color: '#DC8A2B'

red 220 ◦ green 138 ◦ blue 43

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

Shades of Buttercup #DC8A2B

Tints of Buttercup #DC8A2B

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.41%

 BLUE value IS 43 (17.19% from 255) = 10.72%

R = 54.86%
G = 34.41%
B = 10.72%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DC8A2B (or 0xDC8A2B) is known color: Buttercup. HEX triplet: DC, 8A and 2B. RGB value is (220,138,43). Sum of RGB (Red+Green+Blue) = 220+138+43=401 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.86% from 401); Green value is 138 (54.30% from 255 or 34.41% from 401); Blue value is 43 (17.19% from 255 or 10.72% from 401); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8A2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8A2B is #2375D4. Grayscale: #989898. Windows color (decimal): -2323925 or 2853596. OLE color: 2853596.

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

Color convert

RGB 220 138 43 -
CMYK 0 0.37 0.80 0.14
HSL 32.2º 0.72% 0.52% -
HSV(B) 32.2º 0.8% 0.86% -
XYZ 39.04 33.57 6.71 -
YUV 151.69 66.67 176.72 -
System Red Green Blue C M Y K H S L
Decimal 220 138 43 0 0.37 0.80 0.14 32.2 0.72 0.52
Hex DC 8A 2B 0 25 50 E 20 48 34
Octal 334 212 53 0 45 120 16 40 110 64
Binary 11011100 10001010 101011 0 100101 1010000 1110 100000 1001000 110100

Color Harmonies of #DC8A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8A2B

Black with #DC8A2B

Text Example


Text Example

White with #DC8A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8A2B; }

 p { color: rgb(220,138,43); }

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

background-color css

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

 a { background-color: rgb(220,138,43); }

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

border-color css

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

 span { border-color: rgb(220,138,43); }

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