Html Css Color HEX #DF951C Buttercup

📋 copy color: '#DF951C'

red 223 ◦ green 149 ◦ blue 28

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

Shades of Buttercup #DF951C

Tints of Buttercup #DF951C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.25%

 BLUE value IS 28 (11.33% from 255) = 7%

R = 55.75%
G = 37.25%
B = 7%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DF951C (or 0xDF951C) is known color: Buttercup. HEX triplet: DF, 95 and 1C. RGB value is (223,149,28). Sum of RGB (Red+Green+Blue) = 223+149+28=400 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.75% from 400); Green value is 149 (58.59% from 255 or 37.25% from 400); Blue value is 28 (11.33% from 255 or 7% from 400); Max value from RGB is 223 - color contains mainly: red. Hex color #DF951C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF951C is #206AE3. Grayscale: #9D9D9D. Windows color (decimal): -2124516 or 1873375. OLE color: 1873375.

HSL color Cylindrical-coordinate representation of color #DF951C: hue angle of 37.23º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DF951C is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 149 28 -
CMYK 0 0.33 0.87 0.13
HSL 37.23º 0.78% 0.49% -
HSV(B) 37.23º 0.87% 0.87% -
XYZ 41.39 37.27 6.11 -
YUV 157.33 55.02 174.84 -
System Red Green Blue C M Y K H S L
Decimal 223 149 28 0 0.33 0.87 0.13 37.23 0.78 0.49
Hex DF 95 1C 0 21 57 D 25 4E 31
Octal 337 225 34 0 41 127 15 45 116 61
Binary 11011111 10010101 11100 0 100001 1010111 1101 100101 1001110 110001

Color Harmonies of #DF951C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF951C

Black with #DF951C

Text Example


Text Example

White with #DF951C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF951C; }

 p { color: rgb(223,149,28); }

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

background-color css

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

 a { background-color: rgb(223,149,28); }

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

border-color css

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

 span { border-color: rgb(223,149,28); }

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