Html Css Color HEX #DF912F Buttercup

📋 copy color: '#DF912F'

red 223 ◦ green 145 ◦ blue 47

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

Shades of Buttercup #DF912F

Tints of Buttercup #DF912F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 34.94%

 BLUE value IS 47 (18.75% from 255) = 11.33%

R = 53.73%
G = 34.94%
B = 11.33%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DF912F (or 0xDF912F) is known color: Buttercup. HEX triplet: DF, 91 and 2F. RGB value is (223,145,47). Sum of RGB (Red+Green+Blue) = 223+145+47=415 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.73% from 415); Green value is 145 (57.03% from 255 or 34.94% from 415); Blue value is 47 (18.75% from 255 or 11.33% from 415); Max value from RGB is 223 - color contains mainly: red. Hex color #DF912F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF912F is #206ED0. Grayscale: #9D9D9D. Windows color (decimal): -2125521 or 3117535. OLE color: 3117535.

HSL color Cylindrical-coordinate representation of color #DF912F: hue angle of 33.41º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DF912F is Cyan = 0, Magento = 0.35, Yellow = 0.79 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 145 47 -
CMYK 0 0.35 0.79 0.13
HSL 33.41º 0.73% 0.53% -
HSV(B) 33.41º 0.79% 0.87% -
XYZ 41.07 36.14 7.5 -
YUV 157.15 65.84 174.97 -
System Red Green Blue C M Y K H S L
Decimal 223 145 47 0 0.35 0.79 0.13 33.41 0.73 0.53
Hex DF 91 2F 0 23 4F D 21 49 35
Octal 337 221 57 0 43 117 15 41 111 65
Binary 11011111 10010001 101111 0 100011 1001111 1101 100001 1001001 110101

Color Harmonies of #DF912F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF912F

Black with #DF912F

Text Example


Text Example

White with #DF912F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF912F; }

 p { color: rgb(223,145,47); }

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

background-color css

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

 a { background-color: rgb(223,145,47); }

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

border-color css

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

 span { border-color: rgb(223,145,47); }

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