Html Css Color HEX #DF8231 Tree Poppy

📋 copy color: '#DF8231'

red 223 ◦ green 130 ◦ blue 49

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

Shades of Tree Poppy #DF8231

Tints of Tree Poppy #DF8231

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.34%

 BLUE value IS 49 (19.53% from 255) = 12.19%

R = 55.47%
G = 32.34%
B = 12.19%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DF8231 (or 0xDF8231) is known color: Tree Poppy. HEX triplet: DF, 82 and 31. RGB value is (223,130,49). Sum of RGB (Red+Green+Blue) = 223+130+49=402 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.47% from 402); Green value is 130 (51.17% from 255 or 32.34% from 402); Blue value is 49 (19.53% from 255 or 12.19% from 402); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8231 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8231 is #207DCE. Grayscale: #949494. Windows color (decimal): -2129359 or 3244767. OLE color: 3244767.

HSL color Cylindrical-coordinate representation of color #DF8231: hue angle of 27.93º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DF8231 is Cyan = 0, Magento = 0.42, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 130 49 -
CMYK 0 0.42 0.78 0.13
HSL 27.93º 0.73% 0.53% -
HSV(B) 27.93º 0.78% 0.87% -
XYZ 38.97 31.87 7 -
YUV 148.57 71.81 181.09 -
System Red Green Blue C M Y K H S L
Decimal 223 130 49 0 0.42 0.78 0.13 27.93 0.73 0.53
Hex DF 82 31 0 2A 4E D 1C 49 35
Octal 337 202 61 0 52 116 15 34 111 65
Binary 11011111 10000010 110001 0 101010 1001110 1101 11100 1001001 110101

Color Harmonies of #DF8231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8231

Black with #DF8231

Text Example


Text Example

White with #DF8231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8231; }

 p { color: rgb(223,130,49); }

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

background-color css

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

 a { background-color: rgb(223,130,49); }

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

border-color css

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

 span { border-color: rgb(223,130,49); }

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