Html Css Color HEX #DD7737 Tree Poppy

📋 copy color: '#DD7737'

red 221 ◦ green 119 ◦ blue 55

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

Shades of Tree Poppy #DD7737

Tints of Tree Poppy #DD7737

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 13.92%

R = 55.95%
G = 30.13%
B = 13.92%

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

#DD7737 (or 0xDD7737) is known color: Tree Poppy. HEX triplet: DD, 77 and 37. RGB value is (221,119,55). Sum of RGB (Red+Green+Blue) = 221+119+55=395 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.95% from 395); Green value is 119 (46.88% from 255 or 30.13% from 395); Blue value is 55 (21.88% from 255 or 13.92% from 395); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7737 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7737 is #2288C8. Grayscale: #8E8E8E. Windows color (decimal): -2263241 or 3635165. OLE color: 3635165.

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

Color convert

RGB 221 119 55 -
CMYK 0 0.46 0.75 0.13
HSL 23.13º 0.71% 0.54% -
HSV(B) 23.13º 0.75% 0.87% -
XYZ 37.11 28.84 7.23 -
YUV 142.2 78.79 184.2 -
System Red Green Blue C M Y K H S L
Decimal 221 119 55 0 0.46 0.75 0.13 23.13 0.71 0.54
Hex DD 77 37 0 2E 4B D 17 47 36
Octal 335 167 67 0 56 113 15 27 107 66
Binary 11011101 1110111 110111 0 101110 1001011 1101 10111 1000111 110110

Color Harmonies of #DD7737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7737

Black with #DD7737

Text Example


Text Example

White with #DD7737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7737; }

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

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

background-color css

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

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

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

border-color css

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

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

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