Html Css Color HEX #DF8F2F Buttercup

📋 copy color: '#DF8F2F'

red 223 ◦ green 143 ◦ blue 47

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

Shades of Buttercup #DF8F2F

Tints of Buttercup #DF8F2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.38%

R = 54%
G = 34.62%
B = 11.38%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DF8F2F (or 0xDF8F2F) is known color: Buttercup. HEX triplet: DF, 8F and 2F. RGB value is (223,143,47). Sum of RGB (Red+Green+Blue) = 223+143+47=413 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.00% from 413); Green value is 143 (56.25% from 255 or 34.62% from 413); Blue value is 47 (18.75% from 255 or 11.38% from 413); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8F2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8F2F is #2070D0. Grayscale: #9C9C9C. Windows color (decimal): -2126033 or 3117023. OLE color: 3117023.

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

Color convert

RGB 223 143 47 -
CMYK 0 0.36 0.79 0.13
HSL 32.73º 0.73% 0.53% -
HSV(B) 32.73º 0.79% 0.87% -
XYZ 40.77 35.54 7.4 -
YUV 155.98 66.5 175.81 -
System Red Green Blue C M Y K H S L
Decimal 223 143 47 0 0.36 0.79 0.13 32.73 0.73 0.53
Hex DF 8F 2F 0 24 4F D 21 49 35
Octal 337 217 57 0 44 117 15 41 111 65
Binary 11011111 10001111 101111 0 100100 1001111 1101 100001 1001001 110101

Color Harmonies of #DF8F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8F2F

Black with #DF8F2F

Text Example


Text Example

White with #DF8F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8F2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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