Html Css Color HEX #DD8135 Tree Poppy

📋 copy color: '#DD8135'

red 221 ◦ green 129 ◦ blue 53

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

Shades of Tree Poppy #DD8135

Tints of Tree Poppy #DD8135

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.01%

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

R = 54.84%
G = 32.01%
B = 13.15%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DD8135 (or 0xDD8135) is known color: Tree Poppy. HEX triplet: DD, 81 and 35. RGB value is (221,129,53). Sum of RGB (Red+Green+Blue) = 221+129+53=403 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.84% from 403); Green value is 129 (50.78% from 255 or 32.01% from 403); Blue value is 53 (21.09% from 255 or 13.15% from 403); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8135 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8135 is #227ECA. Grayscale: #949494. Windows color (decimal): -2260683 or 3506653. OLE color: 3506653.

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

Color convert

RGB 221 129 53 -
CMYK 0 0.42 0.76 0.13
HSL 27.14º 0.71% 0.54% -
HSV(B) 27.14º 0.76% 0.87% -
XYZ 38.31 31.33 7.4 -
YUV 147.84 74.48 180.18 -
System Red Green Blue C M Y K H S L
Decimal 221 129 53 0 0.42 0.76 0.13 27.14 0.71 0.54
Hex DD 81 35 0 2A 4C D 1B 47 36
Octal 335 201 65 0 52 114 15 33 107 66
Binary 11011101 10000001 110101 0 101010 1001100 1101 11011 1000111 110110

Color Harmonies of #DD8135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8135

Black with #DD8135

Text Example


Text Example

White with #DD8135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8135; }

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

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

background-color css

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

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

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

border-color css

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

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

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