Html Css Color HEX #DFA030 Buttercup

📋 copy color: '#DFA030'

red 223 ◦ green 160 ◦ blue 48

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

Shades of Buttercup #DFA030

Tints of Buttercup #DFA030

RGB

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

 GREEN value IS 160 (62.89% from 255) = 37.12%

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

R = 51.74%
G = 37.12%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DFA030 (or 0xDFA030) is known color: Buttercup. HEX triplet: DF, A0 and 30. RGB value is (223,160,48). Sum of RGB (Red+Green+Blue) = 223+160+48=431 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.74% from 431); Green value is 160 (62.89% from 255 or 37.12% from 431); Blue value is 48 (19.14% from 255 or 11.14% from 431); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA030 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA030 is #205FCF. Grayscale: #A6A6A6. Windows color (decimal): -2121680 or 3186911. OLE color: 3186911.

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

Color convert

RGB 223 160 48 -
CMYK 0 0.28 0.78 0.13
HSL 38.4º 0.73% 0.53% -
HSV(B) 38.4º 0.78% 0.87% -
XYZ 43.54 41.04 8.42 -
YUV 166.07 61.37 168.61 -
System Red Green Blue C M Y K H S L
Decimal 223 160 48 0 0.28 0.78 0.13 38.4 0.73 0.53
Hex DF A0 30 0 1C 4E D 26 49 35
Octal 337 240 60 0 34 116 15 46 111 65
Binary 11011111 10100000 110000 0 11100 1001110 1101 100110 1001001 110101

Color Harmonies of #DFA030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA030

Black with #DFA030

Text Example


Text Example

White with #DFA030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA030; }

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

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

background-color css

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

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

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

border-color css

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

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

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