Html Css Color HEX #DF8C30 Buttercup

📋 copy color: '#DF8C30'

red 223 ◦ green 140 ◦ blue 48

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

Shades of Buttercup #DF8C30

Tints of Buttercup #DF8C30

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.06%

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

R = 54.26%
G = 34.06%
B = 11.68%

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

#DF8C30 (or 0xDF8C30) is known color: Buttercup. HEX triplet: DF, 8C and 30. RGB value is (223,140,48). Sum of RGB (Red+Green+Blue) = 223+140+48=411 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.26% from 411); Green value is 140 (55.08% from 255 or 34.06% from 411); Blue value is 48 (19.14% from 255 or 11.68% from 411); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8C30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8C30 is #2073CF. Grayscale: #9A9A9A. Windows color (decimal): -2126800 or 3181791. OLE color: 3181791.

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

Color convert

RGB 223 140 48 -
CMYK 0 0.37 0.78 0.13
HSL 31.54º 0.73% 0.53% -
HSV(B) 31.54º 0.78% 0.87% -
XYZ 40.34 34.66 7.36 -
YUV 154.33 68 176.98 -
System Red Green Blue C M Y K H S L
Decimal 223 140 48 0 0.37 0.78 0.13 31.54 0.73 0.53
Hex DF 8C 30 0 25 4E D 20 49 35
Octal 337 214 60 0 45 116 15 40 111 65
Binary 11011111 10001100 110000 0 100101 1001110 1101 100000 1001001 110101

Color Harmonies of #DF8C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8C30

Black with #DF8C30

Text Example


Text Example

White with #DF8C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8C30; }

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

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

background-color css

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

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

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

border-color css

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

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

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