Html Css Color HEX #DD7938 Tree Poppy

📋 copy color: '#DD7938'

red 221 ◦ green 121 ◦ blue 56

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

Shades of Tree Poppy #DD7938

Tints of Tree Poppy #DD7938

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.4%

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

R = 55.53%
G = 30.4%
B = 14.07%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DD7938 (or 0xDD7938) is known color: Tree Poppy. HEX triplet: DD, 79 and 38. RGB value is (221,121,56). Sum of RGB (Red+Green+Blue) = 221+121+56=398 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.53% from 398); Green value is 121 (47.66% from 255 or 30.40% from 398); Blue value is 56 (22.27% from 255 or 14.07% from 398); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7938 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7938 is #2286C7. Grayscale: #8F8F8F. Windows color (decimal): -2262728 or 3701213. OLE color: 3701213.

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

Color convert

RGB 221 121 56 -
CMYK 0 0.45 0.75 0.13
HSL 23.64º 0.71% 0.54% -
HSV(B) 23.64º 0.75% 0.87% -
XYZ 37.37 29.33 7.43 -
YUV 143.49 78.63 183.29 -
System Red Green Blue C M Y K H S L
Decimal 221 121 56 0 0.45 0.75 0.13 23.64 0.71 0.54
Hex DD 79 38 0 2D 4B D 18 47 36
Octal 335 171 70 0 55 113 15 30 107 66
Binary 11011101 1111001 111000 0 101101 1001011 1101 11000 1000111 110110

Color Harmonies of #DD7938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7938

Black with #DD7938

Text Example


Text Example

White with #DD7938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7938; }

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

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

background-color css

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

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

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

border-color css

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

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

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