Html Css Color HEX #DD7B32 Tree Poppy

📋 copy color: '#DD7B32'

red 221 ◦ green 123 ◦ blue 50

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

Shades of Tree Poppy #DD7B32

Tints of Tree Poppy #DD7B32

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.22%

 BLUE value IS 50 (19.92% from 255) = 12.69%

R = 56.09%
G = 31.22%
B = 12.69%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DD7B32 (or 0xDD7B32) is known color: Tree Poppy. HEX triplet: DD, 7B and 32. RGB value is (221,123,50). Sum of RGB (Red+Green+Blue) = 221+123+50=394 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.09% from 394); Green value is 123 (48.44% from 255 or 31.22% from 394); Blue value is 50 (19.92% from 255 or 12.69% from 394); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7B32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7B32 is #2284CD. Grayscale: #909090. Windows color (decimal): -2262222 or 3308509. OLE color: 3308509.

HSL color Cylindrical-coordinate representation of color #DD7B32: hue angle of 25.61º degrees, saturation: 0.72, 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 #DD7B32 is Cyan = 0, Magento = 0.44, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 123 50 -
CMYK 0 0.44 0.77 0.13
HSL 25.61º 0.72% 0.53% -
HSV(B) 25.61º 0.77% 0.87% -
XYZ 37.48 29.77 6.79 -
YUV 143.98 74.97 182.94 -
System Red Green Blue C M Y K H S L
Decimal 221 123 50 0 0.44 0.77 0.13 25.61 0.72 0.53
Hex DD 7B 32 0 2C 4D D 1A 48 35
Octal 335 173 62 0 54 115 15 32 110 65
Binary 11011101 1111011 110010 0 101100 1001101 1101 11010 1001000 110101

Color Harmonies of #DD7B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7B32

Black with #DD7B32

Text Example


Text Example

White with #DD7B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7B32; }

 p { color: rgb(221,123,50); }

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

background-color css

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

 a { background-color: rgb(221,123,50); }

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

border-color css

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

 span { border-color: rgb(221,123,50); }

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