Html Css Color HEX #DD7F33 Tree Poppy

📋 copy color: '#DD7F33'

red 221 ◦ green 127 ◦ blue 51

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

Shades of Tree Poppy #DD7F33

Tints of Tree Poppy #DD7F33

RGB

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

 GREEN value IS 127 (50% from 255) = 31.83%

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

R = 55.39%
G = 31.83%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DD7F33 (or 0xDD7F33) is known color: Tree Poppy. HEX triplet: DD, 7F and 33. RGB value is (221,127,51). Sum of RGB (Red+Green+Blue) = 221+127+51=399 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.39% from 399); Green value is 127 (50% from 255 or 31.83% from 399); Blue value is 51 (20.31% from 255 or 12.78% from 399); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7F33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7F33 is #2280CC. Grayscale: #929292. Windows color (decimal): -2261197 or 3375069. OLE color: 3375069.

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

Color convert

RGB 221 127 51 -
CMYK 0 0.43 0.77 0.13
HSL 26.82º 0.71% 0.53% -
HSV(B) 26.82º 0.77% 0.87% -
XYZ 38.01 30.79 7.07 -
YUV 146.44 74.14 181.18 -
System Red Green Blue C M Y K H S L
Decimal 221 127 51 0 0.43 0.77 0.13 26.82 0.71 0.53
Hex DD 7F 33 0 2B 4D D 1B 47 35
Octal 335 177 63 0 53 115 15 33 107 65
Binary 11011101 1111111 110011 0 101011 1001101 1101 11011 1000111 110101

Color Harmonies of #DD7F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7F33

Black with #DD7F33

Text Example


Text Example

White with #DD7F33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7F33; }

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

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

background-color css

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

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

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

border-color css

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

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

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