Html Css Color HEX #DF8F30 Buttercup

📋 copy color: '#DF8F30'

red 223 ◦ green 143 ◦ blue 48

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

Shades of Buttercup #DF8F30

Tints of Buttercup #DF8F30

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.54%

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

R = 53.86%
G = 34.54%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DF8F30 (or 0xDF8F30) is known color: Buttercup. HEX triplet: DF, 8F and 30. RGB value is (223,143,48). Sum of RGB (Red+Green+Blue) = 223+143+48=414 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.86% from 414); Green value is 143 (56.25% from 255 or 34.54% from 414); Blue value is 48 (19.14% from 255 or 11.59% from 414); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8F30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8F30 is #2070CF. Grayscale: #9C9C9C. Windows color (decimal): -2126032 or 3182559. OLE color: 3182559.

HSL color Cylindrical-coordinate representation of color #DF8F30: hue angle of 32.57º 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 #DF8F30 is Cyan = 0, Magento = 0.36, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 143 48 -
CMYK 0 0.36 0.78 0.13
HSL 32.57º 0.73% 0.53% -
HSV(B) 32.57º 0.78% 0.87% -
XYZ 40.79 35.55 7.51 -
YUV 156.09 67 175.72 -
System Red Green Blue C M Y K H S L
Decimal 223 143 48 0 0.36 0.78 0.13 32.57 0.73 0.53
Hex DF 8F 30 0 24 4E D 21 49 35
Octal 337 217 60 0 44 116 15 41 111 65
Binary 11011111 10001111 110000 0 100100 1001110 1101 100001 1001001 110101

Color Harmonies of #DF8F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8F30

Black with #DF8F30

Text Example


Text Example

White with #DF8F30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8F30; }

 p { color: rgb(223,143,48); }

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

background-color css

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

 a { background-color: rgb(223,143,48); }

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

border-color css

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

 span { border-color: rgb(223,143,48); }

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