Html Css Color HEX #DF981F Buttercup

📋 copy color: '#DF981F'

red 223 ◦ green 152 ◦ blue 31

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

Shades of Buttercup #DF981F

Tints of Buttercup #DF981F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 37.44%

 BLUE value IS 31 (12.5% from 255) = 7.64%

R = 54.93%
G = 37.44%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DF981F (or 0xDF981F) is known color: Buttercup. HEX triplet: DF, 98 and 1F. RGB value is (223,152,31). Sum of RGB (Red+Green+Blue) = 223+152+31=406 (53% of max value = 765). Red value is 223 (87.5% from 255 or 54.93% from 406); Green value is 152 (59.77% from 255 or 37.44% from 406); Blue value is 31 (12.5% from 255 or 7.64% from 406); Max value from RGB is 223 - color contains mainly: red. Hex color #DF981F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF981F is #2067E0. Grayscale: #9F9F9F. Windows color (decimal): -2123745 or 2070751. OLE color: 2070751.

HSL color Cylindrical-coordinate representation of color #DF981F: hue angle of 37.81º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DF981F is Cyan = 0, Magento = 0.32, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 152 31 -
CMYK 0 0.32 0.86 0.13
HSL 37.81º 0.76% 0.5% -
HSV(B) 37.81º 0.86% 0.87% -
XYZ 41.91 38.24 6.47 -
YUV 159.44 55.52 173.34 -
System Red Green Blue C M Y K H S L
Decimal 223 152 31 0 0.32 0.86 0.13 37.81 0.76 0.5
Hex DF 98 1F 0 20 56 D 26 4C 32
Octal 337 230 37 0 40 126 15 46 114 62
Binary 11011111 10011000 11111 0 100000 1010110 1101 100110 1001100 110010

Color Harmonies of #DF981F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF981F

Black with #DF981F

Text Example


Text Example

White with #DF981F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF981F; }

 p { color: rgb(223,152,31); }

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

background-color css

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

 a { background-color: rgb(223,152,31); }

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

border-color css

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

 span { border-color: rgb(223,152,31); }

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