Html Css Color HEX #DD8730 Tree Poppy

📋 copy color: '#DD8730'

red 221 ◦ green 135 ◦ blue 48

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

Shades of Tree Poppy #DD8730

Tints of Tree Poppy #DD8730

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.42%

 BLUE value IS 48 (19.14% from 255) = 11.88%

R = 54.7%
G = 33.42%
B = 11.88%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DD8730 (or 0xDD8730) is known color: Tree Poppy. HEX triplet: DD, 87 and 30. RGB value is (221,135,48). Sum of RGB (Red+Green+Blue) = 221+135+48=404 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.70% from 404); Green value is 135 (53.12% from 255 or 33.42% from 404); Blue value is 48 (19.14% from 255 or 11.88% from 404); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8730 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8730 is #2278CF. Grayscale: #979797. Windows color (decimal): -2259152 or 3180509. OLE color: 3180509.

HSL color Cylindrical-coordinate representation of color #DD8730: hue angle of 30.17º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DD8730 is Cyan = 0, Magento = 0.39, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 135 48 -
CMYK 0 0.39 0.78 0.13
HSL 30.17º 0.72% 0.53% -
HSV(B) 30.17º 0.78% 0.87% -
XYZ 39.02 32.91 7.09 -
YUV 150.8 69.99 178.07 -
System Red Green Blue C M Y K H S L
Decimal 221 135 48 0 0.39 0.78 0.13 30.17 0.72 0.53
Hex DD 87 30 0 27 4E D 1E 48 35
Octal 335 207 60 0 47 116 15 36 110 65
Binary 11011101 10000111 110000 0 100111 1001110 1101 11110 1001000 110101

Color Harmonies of #DD8730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8730

Black with #DD8730

Text Example


Text Example

White with #DD8730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8730; }

 p { color: rgb(221,135,48); }

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

background-color css

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

 a { background-color: rgb(221,135,48); }

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

border-color css

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

 span { border-color: rgb(221,135,48); }

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