Html Css Color HEX #DD7A33 Tree Poppy

📋 copy color: '#DD7A33'

red 221 ◦ green 122 ◦ blue 51

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

Shades of Tree Poppy #DD7A33

Tints of Tree Poppy #DD7A33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 12.94%

R = 56.09%
G = 30.96%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DD7A33 (or 0xDD7A33) is known color: Tree Poppy. HEX triplet: DD, 7A and 33. RGB value is (221,122,51). Sum of RGB (Red+Green+Blue) = 221+122+51=394 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.09% from 394); Green value is 122 (48.05% from 255 or 30.96% from 394); Blue value is 51 (20.31% from 255 or 12.94% from 394); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7A33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7A33 is #2285CC. Grayscale: #8F8F8F. Windows color (decimal): -2262477 or 3373789. OLE color: 3373789.

HSL color Cylindrical-coordinate representation of color #DD7A33: hue angle of 25.06º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DD7A33 is Cyan = 0, Magento = 0.45, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 122 51 -
CMYK 0 0.45 0.77 0.13
HSL 25.06º 0.71% 0.53% -
HSV(B) 25.06º 0.77% 0.87% -
XYZ 37.38 29.53 6.86 -
YUV 143.51 75.8 183.27 -
System Red Green Blue C M Y K H S L
Decimal 221 122 51 0 0.45 0.77 0.13 25.06 0.71 0.53
Hex DD 7A 33 0 2D 4D D 19 47 35
Octal 335 172 63 0 55 115 15 31 107 65
Binary 11011101 1111010 110011 0 101101 1001101 1101 11001 1000111 110101

Color Harmonies of #DD7A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7A33

Black with #DD7A33

Text Example


Text Example

White with #DD7A33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7A33; }

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

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

background-color css

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

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

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

border-color css

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

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

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