Html Css Color HEX #DF952C Buttercup

📋 copy color: '#DF952C'

red 223 ◦ green 149 ◦ blue 44

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

Shades of Buttercup #DF952C

Tints of Buttercup #DF952C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 10.58%

R = 53.61%
G = 35.82%
B = 10.58%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DF952C (or 0xDF952C) is known color: Buttercup. HEX triplet: DF, 95 and 2C. RGB value is (223,149,44). Sum of RGB (Red+Green+Blue) = 223+149+44=416 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.61% from 416); Green value is 149 (58.59% from 255 or 35.82% from 416); Blue value is 44 (17.58% from 255 or 10.58% from 416); Max value from RGB is 223 - color contains mainly: red. Hex color #DF952C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF952C is #206AD3. Grayscale: #9F9F9F. Windows color (decimal): -2124500 or 2921951. OLE color: 2921951.

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

Color convert

RGB 223 149 44 -
CMYK 0 0.33 0.80 0.13
HSL 35.2º 0.74% 0.52% -
HSV(B) 35.2º 0.8% 0.87% -
XYZ 41.63 37.36 7.4 -
YUV 159.16 63.02 173.54 -
System Red Green Blue C M Y K H S L
Decimal 223 149 44 0 0.33 0.80 0.13 35.2 0.74 0.52
Hex DF 95 2C 0 21 50 D 23 4A 34
Octal 337 225 54 0 41 120 15 43 112 64
Binary 11011111 10010101 101100 0 100001 1010000 1101 100011 1001010 110100

Color Harmonies of #DF952C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF952C

Black with #DF952C

Text Example


Text Example

White with #DF952C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF952C; }

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

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

background-color css

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

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

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

border-color css

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

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

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