Html Css Color HEX #DD8435 Tree Poppy

📋 copy color: '#DD8435'

red 221 ◦ green 132 ◦ blue 53

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

Shades of Tree Poppy #DD8435

Tints of Tree Poppy #DD8435

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.51%

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

R = 54.43%
G = 32.51%
B = 13.05%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DD8435 (or 0xDD8435) is known color: Tree Poppy. HEX triplet: DD, 84 and 35. RGB value is (221,132,53). Sum of RGB (Red+Green+Blue) = 221+132+53=406 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.43% from 406); Green value is 132 (51.95% from 255 or 32.51% from 406); Blue value is 53 (21.09% from 255 or 13.05% from 406); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8435 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8435 is #227BCA. Grayscale: #969696. Windows color (decimal): -2259915 or 3507421. OLE color: 3507421.

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

Color convert

RGB 221 132 53 -
CMYK 0 0.40 0.76 0.13
HSL 28.21º 0.71% 0.54% -
HSV(B) 28.21º 0.76% 0.87% -
XYZ 38.71 32.13 7.53 -
YUV 149.61 73.49 178.92 -
System Red Green Blue C M Y K H S L
Decimal 221 132 53 0 0.40 0.76 0.13 28.21 0.71 0.54
Hex DD 84 35 0 28 4C D 1C 47 36
Octal 335 204 65 0 50 114 15 34 107 66
Binary 11011101 10000100 110101 0 101000 1001100 1101 11100 1000111 110110

Color Harmonies of #DD8435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8435

Black with #DD8435

Text Example


Text Example

White with #DD8435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8435; }

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

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

background-color css

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

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

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

border-color css

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

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

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