Html Css Color HEX #DD7835 Tree Poppy

📋 copy color: '#DD7835'

red 221 ◦ green 120 ◦ blue 53

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

Shades of Tree Poppy #DD7835

Tints of Tree Poppy #DD7835

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 13.45%

R = 56.09%
G = 30.46%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DD7835 (or 0xDD7835) is known color: Tree Poppy. HEX triplet: DD, 78 and 35. RGB value is (221,120,53). Sum of RGB (Red+Green+Blue) = 221+120+53=394 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.09% from 394); Green value is 120 (47.27% from 255 or 30.46% from 394); Blue value is 53 (21.09% from 255 or 13.45% from 394); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7835 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7835 is #2287CA. Grayscale: #8E8E8E. Windows color (decimal): -2262987 or 3504349. OLE color: 3504349.

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

Color convert

RGB 221 120 53 -
CMYK 0 0.46 0.76 0.13
HSL 23.93º 0.71% 0.54% -
HSV(B) 23.93º 0.76% 0.87% -
XYZ 37.18 29.06 7.02 -
YUV 142.56 77.46 183.95 -
System Red Green Blue C M Y K H S L
Decimal 221 120 53 0 0.46 0.76 0.13 23.93 0.71 0.54
Hex DD 78 35 0 2E 4C D 18 47 36
Octal 335 170 65 0 56 114 15 30 107 66
Binary 11011101 1111000 110101 0 101110 1001100 1101 11000 1000111 110110

Color Harmonies of #DD7835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7835

Black with #DD7835

Text Example


Text Example

White with #DD7835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7835; }

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

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

background-color css

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

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

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

border-color css

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

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

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