Html Css Color HEX #DD8542 Tree Poppy

📋 copy color: '#DD8542'

red 221 ◦ green 133 ◦ blue 66

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

Shades of Tree Poppy #DD8542

Tints of Tree Poppy #DD8542

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.67%

 BLUE value IS 66 (26.17% from 255) = 15.71%

R = 52.62%
G = 31.67%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DD8542 (or 0xDD8542) is known color: Tree Poppy. HEX triplet: DD, 85 and 42. RGB value is (221,133,66). Sum of RGB (Red+Green+Blue) = 221+133+66=420 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.62% from 420); Green value is 133 (52.34% from 255 or 31.67% from 420); Blue value is 66 (26.17% from 255 or 15.71% from 420); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8542 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8542 is #227ABD. Grayscale: #989898. Windows color (decimal): -2259646 or 4359645. OLE color: 4359645.

HSL color Cylindrical-coordinate representation of color #DD8542: hue angle of 25.94º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DD8542 is Cyan = 0, Magento = 0.40, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 133 66 -
CMYK 0 0.40 0.70 0.13
HSL 25.94º 0.7% 0.56% -
HSV(B) 25.94º 0.7% 0.87% -
XYZ 39.19 32.54 9.37 -
YUV 151.67 79.65 177.45 -
System Red Green Blue C M Y K H S L
Decimal 221 133 66 0 0.40 0.70 0.13 25.94 0.7 0.56
Hex DD 85 42 0 28 46 D 1A 46 38
Octal 335 205 102 0 50 106 15 32 106 70
Binary 11011101 10000101 1000010 0 101000 1000110 1101 11010 1000110 111000

Color Harmonies of #DD8542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8542

Black with #DD8542

Text Example


Text Example

White with #DD8542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8542; }

 p { color: rgb(221,133,66); }

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

background-color css

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

 a { background-color: rgb(221,133,66); }

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

border-color css

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

 span { border-color: rgb(221,133,66); }

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