Html Css Color HEX #DD8335 Tree Poppy

📋 copy color: '#DD8335'

red 221 ◦ green 131 ◦ blue 53

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

Shades of Tree Poppy #DD8335

Tints of Tree Poppy #DD8335

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.35%

 BLUE value IS 53 (21.09% from 255) = 13.09%

R = 54.57%
G = 32.35%
B = 13.09%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DD8335 (or 0xDD8335) is known color: Tree Poppy. HEX triplet: DD, 83 and 35. RGB value is (221,131,53). Sum of RGB (Red+Green+Blue) = 221+131+53=405 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.57% from 405); Green value is 131 (51.56% from 255 or 32.35% from 405); Blue value is 53 (21.09% from 255 or 13.09% from 405); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8335 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8335 is #227CCA. Grayscale: #959595. Windows color (decimal): -2260171 or 3507165. OLE color: 3507165.

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

Color convert

RGB 221 131 53 -
CMYK 0 0.41 0.76 0.13
HSL 27.86º 0.71% 0.54% -
HSV(B) 27.86º 0.76% 0.87% -
XYZ 38.58 31.86 7.48 -
YUV 149.02 73.82 179.34 -
System Red Green Blue C M Y K H S L
Decimal 221 131 53 0 0.41 0.76 0.13 27.86 0.71 0.54
Hex DD 83 35 0 29 4C D 1C 47 36
Octal 335 203 65 0 51 114 15 34 107 66
Binary 11011101 10000011 110101 0 101001 1001100 1101 11100 1000111 110110

Color Harmonies of #DD8335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8335

Black with #DD8335

Text Example


Text Example

White with #DD8335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8335; }

 p { color: rgb(221,131,53); }

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

background-color css

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

 a { background-color: rgb(221,131,53); }

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

border-color css

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

 span { border-color: rgb(221,131,53); }

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