Html Css Color HEX #DFA131 Buttercup

📋 copy color: '#DFA131'

red 223 ◦ green 161 ◦ blue 49

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

Shades of Buttercup #DFA131

Tints of Buttercup #DFA131

RGB

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

 GREEN value IS 161 (63.28% from 255) = 37.18%

 BLUE value IS 49 (19.53% from 255) = 11.32%

R = 51.5%
G = 37.18%
B = 11.32%

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

#DFA131 (or 0xDFA131) is known color: Buttercup. HEX triplet: DF, A1 and 31. RGB value is (223,161,49). Sum of RGB (Red+Green+Blue) = 223+161+49=433 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.50% from 433); Green value is 161 (63.28% from 255 or 37.18% from 433); Blue value is 49 (19.53% from 255 or 11.32% from 433); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA131 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA131 is #205ECE. Grayscale: #A7A7A7. Windows color (decimal): -2121423 or 3252703. OLE color: 3252703.

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

Color convert

RGB 223 161 49 -
CMYK 0 0.28 0.78 0.13
HSL 38.62º 0.73% 0.53% -
HSV(B) 38.62º 0.78% 0.87% -
XYZ 43.73 41.4 8.59 -
YUV 166.77 61.54 168.11 -
System Red Green Blue C M Y K H S L
Decimal 223 161 49 0 0.28 0.78 0.13 38.62 0.73 0.53
Hex DF A1 31 0 1C 4E D 27 49 35
Octal 337 241 61 0 34 116 15 47 111 65
Binary 11011111 10100001 110001 0 11100 1001110 1101 100111 1001001 110101

Color Harmonies of #DFA131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA131

Black with #DFA131

Text Example


Text Example

White with #DFA131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA131; }

 p { color: rgb(223,161,49); }

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

background-color css

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

 a { background-color: rgb(223,161,49); }

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

border-color css

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

 span { border-color: rgb(223,161,49); }

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