Html Css Color HEX #DF912E Buttercup

📋 copy color: '#DF912E'

red 223 ◦ green 145 ◦ blue 46

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

Shades of Buttercup #DF912E

Tints of Buttercup #DF912E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11.11%

R = 53.86%
G = 35.02%
B = 11.11%

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

#DF912E (or 0xDF912E) is known color: Buttercup. HEX triplet: DF, 91 and 2E. RGB value is (223,145,46). Sum of RGB (Red+Green+Blue) = 223+145+46=414 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.86% from 414); Green value is 145 (57.03% from 255 or 35.02% from 414); Blue value is 46 (18.36% from 255 or 11.11% from 414); Max value from RGB is 223 - color contains mainly: red. Hex color #DF912E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF912E is #206ED1. Grayscale: #9D9D9D. Windows color (decimal): -2125522 or 3051999. OLE color: 3051999.

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

Color convert

RGB 223 145 46 -
CMYK 0 0.35 0.79 0.13
HSL 33.56º 0.73% 0.53% -
HSV(B) 33.56º 0.79% 0.87% -
XYZ 41.05 36.14 7.4 -
YUV 157.04 65.34 175.05 -
System Red Green Blue C M Y K H S L
Decimal 223 145 46 0 0.35 0.79 0.13 33.56 0.73 0.53
Hex DF 91 2E 0 23 4F D 22 49 35
Octal 337 221 56 0 43 117 15 42 111 65
Binary 11011111 10010001 101110 0 100011 1001111 1101 100010 1001001 110101

Color Harmonies of #DF912E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF912E

Black with #DF912E

Text Example


Text Example

White with #DF912E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF912E; }

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

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

background-color css

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

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

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

border-color css

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

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

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