Html Css Color HEX #DF982F Buttercup

📋 copy color: '#DF982F'

red 223 ◦ green 152 ◦ blue 47

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

Shades of Buttercup #DF982F

Tints of Buttercup #DF982F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.14%

R = 52.84%
G = 36.02%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DF982F (or 0xDF982F) is known color: Buttercup. HEX triplet: DF, 98 and 2F. RGB value is (223,152,47). Sum of RGB (Red+Green+Blue) = 223+152+47=422 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.84% from 422); Green value is 152 (59.77% from 255 or 36.02% from 422); Blue value is 47 (18.75% from 255 or 11.14% from 422); Max value from RGB is 223 - color contains mainly: red. Hex color #DF982F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF982F is #2067D0. Grayscale: #A1A1A1. Windows color (decimal): -2123729 or 3119327. OLE color: 3119327.

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

Color convert

RGB 223 152 47 -
CMYK 0 0.32 0.79 0.13
HSL 35.8º 0.73% 0.53% -
HSV(B) 35.8º 0.79% 0.87% -
XYZ 42.17 38.35 7.87 -
YUV 161.26 63.52 172.04 -
System Red Green Blue C M Y K H S L
Decimal 223 152 47 0 0.32 0.79 0.13 35.8 0.73 0.53
Hex DF 98 2F 0 20 4F D 24 49 35
Octal 337 230 57 0 40 117 15 44 111 65
Binary 11011111 10011000 101111 0 100000 1001111 1101 100100 1001001 110101

Color Harmonies of #DF982F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF982F

Black with #DF982F

Text Example


Text Example

White with #DF982F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF982F; }

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

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

background-color css

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

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

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

border-color css

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

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

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