Html Css Color HEX #DD7C33 Tree Poppy

📋 copy color: '#DD7C33'

red 221 ◦ green 124 ◦ blue 51

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

Shades of Tree Poppy #DD7C33

Tints of Tree Poppy #DD7C33

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.31%

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

R = 55.81%
G = 31.31%
B = 12.88%

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

#DD7C33 (or 0xDD7C33) is known color: Tree Poppy. HEX triplet: DD, 7C and 33. RGB value is (221,124,51). Sum of RGB (Red+Green+Blue) = 221+124+51=396 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.81% from 396); Green value is 124 (48.83% from 255 or 31.31% from 396); Blue value is 51 (20.31% from 255 or 12.88% from 396); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7C33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7C33 is #2283CC. Grayscale: #919191. Windows color (decimal): -2261965 or 3374301. OLE color: 3374301.

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

Color convert

RGB 221 124 51 -
CMYK 0 0.44 0.77 0.13
HSL 25.76º 0.71% 0.53% -
HSV(B) 25.76º 0.77% 0.87% -
XYZ 37.62 30.03 6.94 -
YUV 144.68 75.14 182.44 -
System Red Green Blue C M Y K H S L
Decimal 221 124 51 0 0.44 0.77 0.13 25.76 0.71 0.53
Hex DD 7C 33 0 2C 4D D 1A 47 35
Octal 335 174 63 0 54 115 15 32 107 65
Binary 11011101 1111100 110011 0 101100 1001101 1101 11010 1000111 110101

Color Harmonies of #DD7C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7C33

Black with #DD7C33

Text Example


Text Example

White with #DD7C33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7C33; }

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

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

background-color css

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

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

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

border-color css

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

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

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