Html Css Color HEX #DF8F32 Buttercup

📋 copy color: '#DF8F32'

red 223 ◦ green 143 ◦ blue 50

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

Shades of Buttercup #DF8F32

Tints of Buttercup #DF8F32

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.38%

 BLUE value IS 50 (19.92% from 255) = 12.02%

R = 53.61%
G = 34.38%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DF8F32 (or 0xDF8F32) is known color: Buttercup. HEX triplet: DF, 8F and 32. RGB value is (223,143,50). Sum of RGB (Red+Green+Blue) = 223+143+50=416 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.61% from 416); Green value is 143 (56.25% from 255 or 34.38% from 416); Blue value is 50 (19.92% from 255 or 12.02% from 416); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8F32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8F32 is #2070CD. Grayscale: #9C9C9C. Windows color (decimal): -2126030 or 3313631. OLE color: 3313631.

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

Color convert

RGB 223 143 50 -
CMYK 0 0.36 0.78 0.13
HSL 32.25º 0.73% 0.54% -
HSV(B) 32.25º 0.78% 0.87% -
XYZ 40.83 35.56 7.73 -
YUV 156.32 68 175.56 -
System Red Green Blue C M Y K H S L
Decimal 223 143 50 0 0.36 0.78 0.13 32.25 0.73 0.54
Hex DF 8F 32 0 24 4E D 20 49 36
Octal 337 217 62 0 44 116 15 40 111 66
Binary 11011111 10001111 110010 0 100100 1001110 1101 100000 1001001 110110

Color Harmonies of #DF8F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8F32

Black with #DF8F32

Text Example


Text Example

White with #DF8F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8F32; }

 p { color: rgb(223,143,50); }

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

background-color css

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

 a { background-color: rgb(223,143,50); }

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

border-color css

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

 span { border-color: rgb(223,143,50); }

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