Html Css Color HEX #DF982D Buttercup

📋 copy color: '#DF982D'

red 223 ◦ green 152 ◦ blue 45

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

Shades of Buttercup #DF982D

Tints of Buttercup #DF982D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.71%

R = 53.1%
G = 36.19%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DF982D (or 0xDF982D) is known color: Buttercup. HEX triplet: DF, 98 and 2D. RGB value is (223,152,45). Sum of RGB (Red+Green+Blue) = 223+152+45=420 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.10% from 420); Green value is 152 (59.77% from 255 or 36.19% from 420); Blue value is 45 (17.97% from 255 or 10.71% from 420); Max value from RGB is 223 - color contains mainly: red. Hex color #DF982D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF982D is #2067D2. Grayscale: #A1A1A1. Windows color (decimal): -2123731 or 2988255. OLE color: 2988255.

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

Color convert

RGB 223 152 45 -
CMYK 0 0.32 0.80 0.13
HSL 36.07º 0.74% 0.53% -
HSV(B) 36.07º 0.8% 0.87% -
XYZ 42.13 38.33 7.66 -
YUV 161.03 62.52 172.2 -
System Red Green Blue C M Y K H S L
Decimal 223 152 45 0 0.32 0.80 0.13 36.07 0.74 0.53
Hex DF 98 2D 0 20 50 D 24 4A 35
Octal 337 230 55 0 40 120 15 44 112 65
Binary 11011111 10011000 101101 0 100000 1010000 1101 100100 1001010 110101

Color Harmonies of #DF982D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF982D

Black with #DF982D

Text Example


Text Example

White with #DF982D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF982D; }

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

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

background-color css

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

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

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

border-color css

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

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

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