Html Css Color HEX #DC8D30 Buttercup

📋 copy color: '#DC8D30'

red 220 ◦ green 141 ◦ blue 48

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

Shades of Buttercup #DC8D30

Tints of Buttercup #DC8D30

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.47%

 BLUE value IS 48 (19.14% from 255) = 11.74%

R = 53.79%
G = 34.47%
B = 11.74%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DC8D30 (or 0xDC8D30) is known color: Buttercup. HEX triplet: DC, 8D and 30. RGB value is (220,141,48). Sum of RGB (Red+Green+Blue) = 220+141+48=409 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.79% from 409); Green value is 141 (55.47% from 255 or 34.47% from 409); Blue value is 48 (19.14% from 255 or 11.74% from 409); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8D30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8D30 is #2372CF. Grayscale: #9A9A9A. Windows color (decimal): -2323152 or 3182044. OLE color: 3182044.

HSL color Cylindrical-coordinate representation of color #DC8D30: hue angle of 32.44º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DC8D30 is Cyan = 0, Magento = 0.36, Yellow = 0.78 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 141 48 -
CMYK 0 0.36 0.78 0.14
HSL 32.44º 0.71% 0.53% -
HSV(B) 32.44º 0.78% 0.86% -
XYZ 39.57 34.48 7.37 -
YUV 154.02 68.17 175.06 -
System Red Green Blue C M Y K H S L
Decimal 220 141 48 0 0.36 0.78 0.14 32.44 0.71 0.53
Hex DC 8D 30 0 24 4E E 20 47 35
Octal 334 215 60 0 44 116 16 40 107 65
Binary 11011100 10001101 110000 0 100100 1001110 1110 100000 1000111 110101

Color Harmonies of #DC8D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8D30

Black with #DC8D30

Text Example


Text Example

White with #DC8D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8D30; }

 p { color: rgb(220,141,48); }

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

background-color css

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

 a { background-color: rgb(220,141,48); }

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

border-color css

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

 span { border-color: rgb(220,141,48); }

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