Html Css Color HEX #DF8230 Tree Poppy

📋 copy color: '#DF8230'

red 223 ◦ green 130 ◦ blue 48

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

Shades of Tree Poppy #DF8230

Tints of Tree Poppy #DF8230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.97%

R = 55.61%
G = 32.42%
B = 11.97%

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

#DF8230 (or 0xDF8230) is known color: Tree Poppy. HEX triplet: DF, 82 and 30. RGB value is (223,130,48). Sum of RGB (Red+Green+Blue) = 223+130+48=401 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.61% from 401); Green value is 130 (51.17% from 255 or 32.42% from 401); Blue value is 48 (19.14% from 255 or 11.97% from 401); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8230 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8230 is #207DCF. Grayscale: #949494. Windows color (decimal): -2129360 or 3179231. OLE color: 3179231.

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

Color convert

RGB 223 130 48 -
CMYK 0 0.42 0.78 0.13
HSL 28.11º 0.73% 0.53% -
HSV(B) 28.11º 0.78% 0.87% -
XYZ 38.95 31.87 6.89 -
YUV 148.46 71.31 181.17 -
System Red Green Blue C M Y K H S L
Decimal 223 130 48 0 0.42 0.78 0.13 28.11 0.73 0.53
Hex DF 82 30 0 2A 4E D 1C 49 35
Octal 337 202 60 0 52 116 15 34 111 65
Binary 11011111 10000010 110000 0 101010 1001110 1101 11100 1001001 110101

Color Harmonies of #DF8230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8230

Black with #DF8230

Text Example


Text Example

White with #DF8230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8230; }

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

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

background-color css

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

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

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

border-color css

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

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

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