Html Css Color HEX #DD7D35 Tree Poppy

📋 copy color: '#DD7D35'

red 221 ◦ green 125 ◦ blue 53

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

Shades of Tree Poppy #DD7D35

Tints of Tree Poppy #DD7D35

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.33%

 BLUE value IS 53 (21.09% from 255) = 13.28%

R = 55.39%
G = 31.33%
B = 13.28%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DD7D35 (or 0xDD7D35) is known color: Tree Poppy. HEX triplet: DD, 7D and 35. RGB value is (221,125,53). Sum of RGB (Red+Green+Blue) = 221+125+53=399 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.39% from 399); Green value is 125 (49.22% from 255 or 31.33% from 399); Blue value is 53 (21.09% from 255 or 13.28% from 399); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7D35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7D35 is #2282CA. Grayscale: #919191. Windows color (decimal): -2261707 or 3505629. OLE color: 3505629.

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

Color convert

RGB 221 125 53 -
CMYK 0 0.43 0.76 0.13
HSL 25.71º 0.71% 0.54% -
HSV(B) 25.71º 0.76% 0.87% -
XYZ 37.8 30.3 7.22 -
YUV 145.5 75.8 181.85 -
System Red Green Blue C M Y K H S L
Decimal 221 125 53 0 0.43 0.76 0.13 25.71 0.71 0.54
Hex DD 7D 35 0 2B 4C D 1A 47 36
Octal 335 175 65 0 53 114 15 32 107 66
Binary 11011101 1111101 110101 0 101011 1001100 1101 11010 1000111 110110

Color Harmonies of #DD7D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7D35

Black with #DD7D35

Text Example


Text Example

White with #DD7D35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7D35; }

 p { color: rgb(221,125,53); }

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

background-color css

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

 a { background-color: rgb(221,125,53); }

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

border-color css

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

 span { border-color: rgb(221,125,53); }

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