Html Css Color HEX #DF8A2F Buttercup

📋 copy color: '#DF8A2F'

red 223 ◦ green 138 ◦ blue 47

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

Shades of Buttercup #DF8A2F

Tints of Buttercup #DF8A2F

RGB

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

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

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

R = 54.66%
G = 33.82%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DF8A2F (or 0xDF8A2F) is known color: Buttercup. HEX triplet: DF, 8A and 2F. RGB value is (223,138,47). Sum of RGB (Red+Green+Blue) = 223+138+47=408 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.66% from 408); Green value is 138 (54.30% from 255 or 33.82% from 408); Blue value is 47 (18.75% from 255 or 11.52% from 408); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8A2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8A2F is #2075D0. Grayscale: #999999. Windows color (decimal): -2127313 or 3115743. OLE color: 3115743.

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

Color convert

RGB 223 138 47 -
CMYK 0 0.38 0.79 0.13
HSL 31.02º 0.73% 0.53% -
HSV(B) 31.02º 0.79% 0.87% -
XYZ 40.03 34.07 7.16 -
YUV 153.04 68.16 177.9 -
System Red Green Blue C M Y K H S L
Decimal 223 138 47 0 0.38 0.79 0.13 31.02 0.73 0.53
Hex DF 8A 2F 0 26 4F D 1F 49 35
Octal 337 212 57 0 46 117 15 37 111 65
Binary 11011111 10001010 101111 0 100110 1001111 1101 11111 1001001 110101

Color Harmonies of #DF8A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8A2F

Black with #DF8A2F

Text Example


Text Example

White with #DF8A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8A2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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