Html Css Color HEX #DF8A2C Buttercup

📋 copy color: '#DF8A2C'

red 223 ◦ green 138 ◦ blue 44

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

Shades of Buttercup #DF8A2C

Tints of Buttercup #DF8A2C

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.07%

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

R = 55.06%
G = 34.07%
B = 10.86%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DF8A2C (or 0xDF8A2C) is known color: Buttercup. HEX triplet: DF, 8A and 2C. RGB value is (223,138,44). Sum of RGB (Red+Green+Blue) = 223+138+44=405 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.06% from 405); Green value is 138 (54.30% from 255 or 34.07% from 405); Blue value is 44 (17.58% from 255 or 10.86% from 405); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8A2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8A2C is #2075D3. Grayscale: #999999. Windows color (decimal): -2127316 or 2919135. OLE color: 2919135.

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

Color convert

RGB 223 138 44 -
CMYK 0 0.38 0.80 0.13
HSL 31.51º 0.74% 0.52% -
HSV(B) 31.51º 0.8% 0.87% -
XYZ 39.97 34.05 6.85 -
YUV 152.7 66.66 178.14 -
System Red Green Blue C M Y K H S L
Decimal 223 138 44 0 0.38 0.80 0.13 31.51 0.74 0.52
Hex DF 8A 2C 0 26 50 D 20 4A 34
Octal 337 212 54 0 46 120 15 40 112 64
Binary 11011111 10001010 101100 0 100110 1010000 1101 100000 1001010 110100

Color Harmonies of #DF8A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8A2C

Black with #DF8A2C

Text Example


Text Example

White with #DF8A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8A2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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