Html Css Color HEX #DD7A34 Tree Poppy

📋 copy color: '#DD7A34'

red 221 ◦ green 122 ◦ blue 52

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

Shades of Tree Poppy #DD7A34

Tints of Tree Poppy #DD7A34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13.16%

R = 55.95%
G = 30.89%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DD7A34 (or 0xDD7A34) is known color: Tree Poppy. HEX triplet: DD, 7A and 34. RGB value is (221,122,52). Sum of RGB (Red+Green+Blue) = 221+122+52=395 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.95% from 395); Green value is 122 (48.05% from 255 or 30.89% from 395); Blue value is 52 (20.70% from 255 or 13.16% from 395); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7A34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7A34 is #2285CB. Grayscale: #8F8F8F. Windows color (decimal): -2262476 or 3439325. OLE color: 3439325.

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

Color convert

RGB 221 122 52 -
CMYK 0 0.45 0.76 0.13
HSL 24.85º 0.71% 0.54% -
HSV(B) 24.85º 0.76% 0.87% -
XYZ 37.4 29.54 6.98 -
YUV 143.62 76.3 183.19 -
System Red Green Blue C M Y K H S L
Decimal 221 122 52 0 0.45 0.76 0.13 24.85 0.71 0.54
Hex DD 7A 34 0 2D 4C D 19 47 36
Octal 335 172 64 0 55 114 15 31 107 66
Binary 11011101 1111010 110100 0 101101 1001100 1101 11001 1000111 110110

Color Harmonies of #DD7A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7A34

Black with #DD7A34

Text Example


Text Example

White with #DD7A34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7A34; }

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

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

background-color css

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

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

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

border-color css

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

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

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