Html Css Color HEX #DD7738 Tree Poppy

📋 copy color: '#DD7738'

red 221 ◦ green 119 ◦ blue 56

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

Shades of Tree Poppy #DD7738

Tints of Tree Poppy #DD7738

RGB

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

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

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

R = 55.81%
G = 30.05%
B = 14.14%

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

#DD7738 (or 0xDD7738) is known color: Tree Poppy. HEX triplet: DD, 77 and 38. RGB value is (221,119,56). Sum of RGB (Red+Green+Blue) = 221+119+56=396 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.81% from 396); Green value is 119 (46.88% from 255 or 30.05% from 396); Blue value is 56 (22.27% from 255 or 14.14% from 396); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7738 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7738 is #2288C7. Grayscale: #8E8E8E. Windows color (decimal): -2263240 or 3700701. OLE color: 3700701.

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

Color convert

RGB 221 119 56 -
CMYK 0 0.46 0.75 0.13
HSL 22.91º 0.71% 0.54% -
HSV(B) 22.91º 0.75% 0.87% -
XYZ 37.13 28.85 7.35 -
YUV 142.32 79.29 184.12 -
System Red Green Blue C M Y K H S L
Decimal 221 119 56 0 0.46 0.75 0.13 22.91 0.71 0.54
Hex DD 77 38 0 2E 4B D 17 47 36
Octal 335 167 70 0 56 113 15 27 107 66
Binary 11011101 1110111 111000 0 101110 1001011 1101 10111 1000111 110110

Color Harmonies of #DD7738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7738

Black with #DD7738

Text Example


Text Example

White with #DD7738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7738; }

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

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

background-color css

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

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

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

border-color css

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

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

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