Html Css Color HEX #DF8A2A Buttercup

📋 copy color: '#DF8A2A'

red 223 ◦ green 138 ◦ blue 42

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

Shades of Buttercup #DF8A2A

Tints of Buttercup #DF8A2A

RGB

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

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

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

R = 55.33%
G = 34.24%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DF8A2A (or 0xDF8A2A) is known color: Buttercup. HEX triplet: DF, 8A and 2A. RGB value is (223,138,42). Sum of RGB (Red+Green+Blue) = 223+138+42=403 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.33% from 403); Green value is 138 (54.30% from 255 or 34.24% from 403); Blue value is 42 (16.80% from 255 or 10.42% from 403); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8A2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8A2A is #2075D5. Grayscale: #989898. Windows color (decimal): -2127318 or 2788063. OLE color: 2788063.

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

Color convert

RGB 223 138 42 -
CMYK 0 0.38 0.81 0.13
HSL 31.82º 0.74% 0.52% -
HSV(B) 31.82º 0.81% 0.87% -
XYZ 39.94 34.03 6.65 -
YUV 152.47 65.66 178.31 -
System Red Green Blue C M Y K H S L
Decimal 223 138 42 0 0.38 0.81 0.13 31.82 0.74 0.52
Hex DF 8A 2A 0 26 51 D 20 4A 34
Octal 337 212 52 0 46 121 15 40 112 64
Binary 11011111 10001010 101010 0 100110 1010001 1101 100000 1001010 110100

Color Harmonies of #DF8A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8A2A

Black with #DF8A2A

Text Example


Text Example

White with #DF8A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8A2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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