Html Css Color HEX #DF8F2A Buttercup

📋 copy color: '#DF8F2A'

red 223 ◦ green 143 ◦ blue 42

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

Shades of Buttercup #DF8F2A

Tints of Buttercup #DF8F2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.29%

R = 54.66%
G = 35.05%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DF8F2A (or 0xDF8F2A) is known color: Buttercup. HEX triplet: DF, 8F and 2A. RGB value is (223,143,42). Sum of RGB (Red+Green+Blue) = 223+143+42=408 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.66% from 408); Green value is 143 (56.25% from 255 or 35.05% from 408); Blue value is 42 (16.80% from 255 or 10.29% from 408); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8F2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8F2A is #2070D5. Grayscale: #9B9B9B. Windows color (decimal): -2126038 or 2789343. OLE color: 2789343.

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

Color convert

RGB 223 143 42 -
CMYK 0 0.36 0.81 0.13
HSL 33.48º 0.74% 0.52% -
HSV(B) 33.48º 0.81% 0.87% -
XYZ 40.67 35.5 6.9 -
YUV 155.41 64 176.21 -
System Red Green Blue C M Y K H S L
Decimal 223 143 42 0 0.36 0.81 0.13 33.48 0.74 0.52
Hex DF 8F 2A 0 24 51 D 21 4A 34
Octal 337 217 52 0 44 121 15 41 112 64
Binary 11011111 10001111 101010 0 100100 1010001 1101 100001 1001010 110100

Color Harmonies of #DF8F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8F2A

Black with #DF8F2A

Text Example


Text Example

White with #DF8F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8F2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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