Html Css Color HEX #DF8E32 Buttercup

📋 copy color: '#DF8E32'

red 223 ◦ green 142 ◦ blue 50

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

Shades of Buttercup #DF8E32

Tints of Buttercup #DF8E32

RGB

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

 GREEN value IS 142 (55.86% from 255) = 34.22%

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

R = 53.73%
G = 34.22%
B = 12.05%

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

#DF8E32 (or 0xDF8E32) is known color: Buttercup. HEX triplet: DF, 8E and 32. RGB value is (223,142,50). Sum of RGB (Red+Green+Blue) = 223+142+50=415 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.73% from 415); Green value is 142 (55.86% from 255 or 34.22% from 415); Blue value is 50 (19.92% from 255 or 12.05% from 415); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8E32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8E32 is #2071CD. Grayscale: #9C9C9C. Windows color (decimal): -2126286 or 3313375. OLE color: 3313375.

HSL color Cylindrical-coordinate representation of color #DF8E32: hue angle of 31.91º 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 #DF8E32 is Cyan = 0, Magento = 0.36, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 142 50 -
CMYK 0 0.36 0.78 0.13
HSL 31.91º 0.73% 0.54% -
HSV(B) 31.91º 0.78% 0.87% -
XYZ 40.68 35.26 7.68 -
YUV 155.73 68.34 175.98 -
System Red Green Blue C M Y K H S L
Decimal 223 142 50 0 0.36 0.78 0.13 31.91 0.73 0.54
Hex DF 8E 32 0 24 4E D 20 49 36
Octal 337 216 62 0 44 116 15 40 111 66
Binary 11011111 10001110 110010 0 100100 1001110 1101 100000 1001001 110110

Color Harmonies of #DF8E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8E32

Black with #DF8E32

Text Example


Text Example

White with #DF8E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8E32; }

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

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

background-color css

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

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

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

border-color css

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

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

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