Html Css Color HEX #DD7736 Tree Poppy

📋 copy color: '#DD7736'

red 221 ◦ green 119 ◦ blue 54

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

Shades of Tree Poppy #DD7736

Tints of Tree Poppy #DD7736

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.2%

 BLUE value IS 54 (21.48% from 255) = 13.71%

R = 56.09%
G = 30.2%
B = 13.71%

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

#DD7736 (or 0xDD7736) is known color: Tree Poppy. HEX triplet: DD, 77 and 36. RGB value is (221,119,54). Sum of RGB (Red+Green+Blue) = 221+119+54=394 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.09% from 394); Green value is 119 (46.88% from 255 or 30.20% from 394); Blue value is 54 (21.48% from 255 or 13.71% from 394); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7736 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7736 is #2288C9. Grayscale: #8E8E8E. Windows color (decimal): -2263242 or 3569629. OLE color: 3569629.

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

Color convert

RGB 221 119 54 -
CMYK 0 0.46 0.76 0.13
HSL 23.35º 0.71% 0.54% -
HSV(B) 23.35º 0.76% 0.87% -
XYZ 37.08 28.83 7.1 -
YUV 142.09 78.29 184.29 -
System Red Green Blue C M Y K H S L
Decimal 221 119 54 0 0.46 0.76 0.13 23.35 0.71 0.54
Hex DD 77 36 0 2E 4C D 17 47 36
Octal 335 167 66 0 56 114 15 27 107 66
Binary 11011101 1110111 110110 0 101110 1001100 1101 10111 1000111 110110

Color Harmonies of #DD7736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7736

Black with #DD7736

Text Example


Text Example

White with #DD7736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7736; }

 p { color: rgb(221,119,54); }

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

background-color css

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

 a { background-color: rgb(221,119,54); }

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

border-color css

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

 span { border-color: rgb(221,119,54); }

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