Html Css Color HEX #DD7838 Tree Poppy

📋 copy color: '#DD7838'

red 221 ◦ green 120 ◦ blue 56

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

Shades of Tree Poppy #DD7838

Tints of Tree Poppy #DD7838

RGB

 RED value IS 221 (86.72% from 255) = 55.67%

 GREEN value IS 120 (47.27% from 255) = 30.23%

 BLUE value IS 56 (22.27% from 255) = 14.11%

R = 55.67%
G = 30.23%
B = 14.11%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DD7838 (or 0xDD7838) is known color: Tree Poppy. HEX triplet: DD, 78 and 38. RGB value is (221,120,56). Sum of RGB (Red+Green+Blue) = 221+120+56=397 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.67% from 397); Green value is 120 (47.27% from 255 or 30.23% from 397); Blue value is 56 (22.27% from 255 or 14.11% from 397); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7838 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7838 is #2287C7. Grayscale: #8F8F8F. Windows color (decimal): -2262984 or 3700957. OLE color: 3700957.

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

Color convert

RGB 221 120 56 -
CMYK 0 0.46 0.75 0.13
HSL 23.27º 0.71% 0.54% -
HSV(B) 23.27º 0.75% 0.87% -
XYZ 37.25 29.09 7.39 -
YUV 142.9 78.96 183.7 -
System Red Green Blue C M Y K H S L
Decimal 221 120 56 0 0.46 0.75 0.13 23.27 0.71 0.54
Hex DD 78 38 0 2E 4B D 17 47 36
Octal 335 170 70 0 56 113 15 27 107 66
Binary 11011101 1111000 111000 0 101110 1001011 1101 10111 1000111 110110

Color Harmonies of #DD7838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7838

Black with #DD7838

Text Example


Text Example

White with #DD7838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7838; }

 p { color: rgb(221,120,56); }

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

background-color css

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

 a { background-color: rgb(221,120,56); }

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

border-color css

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

 span { border-color: rgb(221,120,56); }

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