Html Css Color HEX #DF7F32 Tree Poppy

📋 copy color: '#DF7F32'

red 223 ◦ green 127 ◦ blue 50

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

Shades of Tree Poppy #DF7F32

Tints of Tree Poppy #DF7F32

RGB

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

 GREEN value IS 127 (50% from 255) = 31.75%

 BLUE value IS 50 (19.92% from 255) = 12.5%

R = 55.75%
G = 31.75%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DF7F32 (or 0xDF7F32) is known color: Tree Poppy. HEX triplet: DF, 7F and 32. RGB value is (223,127,50). Sum of RGB (Red+Green+Blue) = 223+127+50=400 (52% of max value = 765). Red value is 223 (87.5% from 255 or 55.75% from 400); Green value is 127 (50% from 255 or 31.75% from 400); Blue value is 50 (19.92% from 255 or 12.5% from 400); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7F32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF7F32 is #2080CD. Grayscale: #939393. Windows color (decimal): -2130126 or 3309535. OLE color: 3309535.

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

Color convert

RGB 223 127 50 -
CMYK 0 0.43 0.78 0.13
HSL 26.71º 0.73% 0.54% -
HSV(B) 26.71º 0.78% 0.87% -
XYZ 38.6 31.1 6.99 -
YUV 146.93 73.3 182.26 -
System Red Green Blue C M Y K H S L
Decimal 223 127 50 0 0.43 0.78 0.13 26.71 0.73 0.54
Hex DF 7F 32 0 2B 4E D 1B 49 36
Octal 337 177 62 0 53 116 15 33 111 66
Binary 11011111 1111111 110010 0 101011 1001110 1101 11011 1001001 110110

Color Harmonies of #DF7F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7F32

Black with #DF7F32

Text Example


Text Example

White with #DF7F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7F32; }

 p { color: rgb(223,127,50); }

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

background-color css

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

 a { background-color: rgb(223,127,50); }

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

border-color css

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

 span { border-color: rgb(223,127,50); }

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