Html Css Color HEX #DF912D Buttercup

📋 copy color: '#DF912D'

red 223 ◦ green 145 ◦ blue 45

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

Shades of Buttercup #DF912D

Tints of Buttercup #DF912D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.9%

R = 54%
G = 35.11%
B = 10.9%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DF912D (or 0xDF912D) is known color: Buttercup. HEX triplet: DF, 91 and 2D. RGB value is (223,145,45). Sum of RGB (Red+Green+Blue) = 223+145+45=413 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.00% from 413); Green value is 145 (57.03% from 255 or 35.11% from 413); Blue value is 45 (17.97% from 255 or 10.90% from 413); Max value from RGB is 223 - color contains mainly: red. Hex color #DF912D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF912D is #206ED2. Grayscale: #9D9D9D. Windows color (decimal): -2125523 or 2986463. OLE color: 2986463.

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

Color convert

RGB 223 145 45 -
CMYK 0 0.35 0.80 0.13
HSL 33.71º 0.74% 0.53% -
HSV(B) 33.71º 0.8% 0.87% -
XYZ 41.03 36.13 7.29 -
YUV 156.92 64.84 175.13 -
System Red Green Blue C M Y K H S L
Decimal 223 145 45 0 0.35 0.80 0.13 33.71 0.74 0.53
Hex DF 91 2D 0 23 50 D 22 4A 35
Octal 337 221 55 0 43 120 15 42 112 65
Binary 11011111 10010001 101101 0 100011 1010000 1101 100010 1001010 110101

Color Harmonies of #DF912D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF912D

Black with #DF912D

Text Example


Text Example

White with #DF912D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF912D; }

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

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

background-color css

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

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

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

border-color css

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

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

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