Html Css Color HEX #DF872A Buttercup

📋 copy color: '#DF872A'

red 223 ◦ green 135 ◦ blue 42

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

Shades of Buttercup #DF872A

Tints of Buttercup #DF872A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.75%

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

R = 55.75%
G = 33.75%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DF872A (or 0xDF872A) is known color: Buttercup. HEX triplet: DF, 87 and 2A. RGB value is (223,135,42). Sum of RGB (Red+Green+Blue) = 223+135+42=400 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.75% from 400); Green value is 135 (53.12% from 255 or 33.75% from 400); Blue value is 42 (16.80% from 255 or 10.5% from 400); Max value from RGB is 223 - color contains mainly: red. Hex color #DF872A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF872A is #2078D5. Grayscale: #979797. Windows color (decimal): -2128086 or 2787295. OLE color: 2787295.

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

Color convert

RGB 223 135 42 -
CMYK 0 0.39 0.81 0.13
HSL 30.83º 0.74% 0.52% -
HSV(B) 30.83º 0.81% 0.87% -
XYZ 39.51 33.18 6.51 -
YUV 150.71 66.65 179.56 -
System Red Green Blue C M Y K H S L
Decimal 223 135 42 0 0.39 0.81 0.13 30.83 0.74 0.52
Hex DF 87 2A 0 27 51 D 1F 4A 34
Octal 337 207 52 0 47 121 15 37 112 64
Binary 11011111 10000111 101010 0 100111 1010001 1101 11111 1001010 110100

Color Harmonies of #DF872A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF872A

Black with #DF872A

Text Example


Text Example

White with #DF872A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF872A; }

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

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

background-color css

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

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

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

border-color css

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

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

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