Html Css Color HEX #DF8D31 Buttercup

📋 copy color: '#DF8D31'

red 223 ◦ green 141 ◦ blue 49

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

Shades of Buttercup #DF8D31

Tints of Buttercup #DF8D31

RGB

 RED value IS 223 (87.5% from 255) = 54%

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

 BLUE value IS 49 (19.53% from 255) = 11.86%

R = 54%
G = 34.14%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DF8D31 (or 0xDF8D31) is known color: Buttercup. HEX triplet: DF, 8D and 31. RGB value is (223,141,49). Sum of RGB (Red+Green+Blue) = 223+141+49=413 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.00% from 413); Green value is 141 (55.47% from 255 or 34.14% from 413); Blue value is 49 (19.53% from 255 or 11.86% from 413); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8D31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8D31 is #2072CE. Grayscale: #9B9B9B. Windows color (decimal): -2126543 or 3247583. OLE color: 3247583.

HSL color Cylindrical-coordinate representation of color #DF8D31: hue angle of 31.72º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DF8D31 is Cyan = 0, Magento = 0.37, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 141 49 -
CMYK 0 0.37 0.78 0.13
HSL 31.72º 0.73% 0.53% -
HSV(B) 31.72º 0.78% 0.87% -
XYZ 40.51 34.96 7.52 -
YUV 155.03 68.17 176.48 -
System Red Green Blue C M Y K H S L
Decimal 223 141 49 0 0.37 0.78 0.13 31.72 0.73 0.53
Hex DF 8D 31 0 25 4E D 20 49 35
Octal 337 215 61 0 45 116 15 40 111 65
Binary 11011111 10001101 110001 0 100101 1001110 1101 100000 1001001 110101

Color Harmonies of #DF8D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8D31

Black with #DF8D31

Text Example


Text Example

White with #DF8D31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8D31; }

 p { color: rgb(223,141,49); }

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

background-color css

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

 a { background-color: rgb(223,141,49); }

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

border-color css

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

 span { border-color: rgb(223,141,49); }

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