Html Css Color HEX #DE7F31 Tree Poppy

📋 copy color: '#DE7F31'

red 222 ◦ green 127 ◦ blue 49

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

Shades of Tree Poppy #DE7F31

Tints of Tree Poppy #DE7F31

RGB

 RED value IS 222 (87.11% from 255) = 55.78%

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

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

R = 55.78%
G = 31.91%
B = 12.31%

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

#DE7F31 (or 0xDE7F31) is known color: Tree Poppy. HEX triplet: DE, 7F and 31. RGB value is (222,127,49). Sum of RGB (Red+Green+Blue) = 222+127+49=398 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.78% from 398); Green value is 127 (50% from 255 or 31.91% from 398); Blue value is 49 (19.53% from 255 or 12.31% from 398); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7F31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE7F31 is #2180CE. Grayscale: #929292. Windows color (decimal): -2195663 or 3243998. OLE color: 3243998.

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

Color convert

RGB 222 127 49 -
CMYK 0 0.43 0.78 0.13
HSL 27.05º 0.72% 0.53% -
HSV(B) 27.05º 0.78% 0.87% -
XYZ 38.27 30.93 6.86 -
YUV 146.51 72.97 181.84 -
System Red Green Blue C M Y K H S L
Decimal 222 127 49 0 0.43 0.78 0.13 27.05 0.72 0.53
Hex DE 7F 31 0 2B 4E D 1B 48 35
Octal 336 177 61 0 53 116 15 33 110 65
Binary 11011110 1111111 110001 0 101011 1001110 1101 11011 1001000 110101

Color Harmonies of #DE7F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7F31

Black with #DE7F31

Text Example


Text Example

White with #DE7F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7F31; }

 p { color: rgb(222,127,49); }

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

background-color css

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

 a { background-color: rgb(222,127,49); }

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

border-color css

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

 span { border-color: rgb(222,127,49); }

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