Html Css Color HEX #DF951D Buttercup

📋 copy color: '#DF951D'

red 223 ◦ green 149 ◦ blue 29

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

Shades of Buttercup #DF951D

Tints of Buttercup #DF951D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.23%

R = 55.61%
G = 37.16%
B = 7.23%

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

#DF951D (or 0xDF951D) is known color: Buttercup. HEX triplet: DF, 95 and 1D. RGB value is (223,149,29). Sum of RGB (Red+Green+Blue) = 223+149+29=401 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.61% from 401); Green value is 149 (58.59% from 255 or 37.16% from 401); Blue value is 29 (11.72% from 255 or 7.23% from 401); Max value from RGB is 223 - color contains mainly: red. Hex color #DF951D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF951D is #206AE2. Grayscale: #9E9E9E. Windows color (decimal): -2124515 or 1938911. OLE color: 1938911.

HSL color Cylindrical-coordinate representation of color #DF951D: hue angle of 37.11º degrees, saturation: 0.77, 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 #DF951D is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 149 29 -
CMYK 0 0.33 0.87 0.13
HSL 37.11º 0.77% 0.49% -
HSV(B) 37.11º 0.87% 0.87% -
XYZ 41.4 37.27 6.17 -
YUV 157.45 55.52 174.76 -
System Red Green Blue C M Y K H S L
Decimal 223 149 29 0 0.33 0.87 0.13 37.11 0.77 0.49
Hex DF 95 1D 0 21 57 D 25 4D 31
Octal 337 225 35 0 41 127 15 45 115 61
Binary 11011111 10010101 11101 0 100001 1010111 1101 100101 1001101 110001

Color Harmonies of #DF951D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF951D

Black with #DF951D

Text Example


Text Example

White with #DF951D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF951D; }

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

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

background-color css

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

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

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

border-color css

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

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

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