Html Css Color HEX #DD7A38 Tree Poppy

📋 copy color: '#DD7A38'

red 221 ◦ green 122 ◦ blue 56

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

Shades of Tree Poppy #DD7A38

Tints of Tree Poppy #DD7A38

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.58%

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

R = 55.39%
G = 30.58%
B = 14.04%

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

#DD7A38 (or 0xDD7A38) is known color: Tree Poppy. HEX triplet: DD, 7A and 38. RGB value is (221,122,56). Sum of RGB (Red+Green+Blue) = 221+122+56=399 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.39% from 399); Green value is 122 (48.05% from 255 or 30.58% from 399); Blue value is 56 (22.27% from 255 or 14.04% from 399); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7A38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7A38 is #2285C7. Grayscale: #909090. Windows color (decimal): -2262472 or 3701469. OLE color: 3701469.

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

Color convert

RGB 221 122 56 -
CMYK 0 0.45 0.75 0.13
HSL 24º 0.71% 0.54% -
HSV(B) 24º 0.75% 0.87% -
XYZ 37.49 29.58 7.47 -
YUV 144.08 78.3 182.87 -
System Red Green Blue C M Y K H S L
Decimal 221 122 56 0 0.45 0.75 0.13 24 0.71 0.54
Hex DD 7A 38 0 2D 4B D 18 47 36
Octal 335 172 70 0 55 113 15 30 107 66
Binary 11011101 1111010 111000 0 101101 1001011 1101 11000 1000111 110110

Color Harmonies of #DD7A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7A38

Black with #DD7A38

Text Example


Text Example

White with #DD7A38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7A38; }

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

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

background-color css

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

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

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

border-color css

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

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

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