Html Css Color HEX #DD8942 Tree Poppy

📋 copy color: '#DD8942'

red 221 ◦ green 137 ◦ blue 66

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

Shades of Tree Poppy #DD8942

Tints of Tree Poppy #DD8942

RGB

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

 GREEN value IS 137 (53.91% from 255) = 32.31%

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

R = 52.12%
G = 32.31%
B = 15.57%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DD8942 (or 0xDD8942) is known color: Tree Poppy. HEX triplet: DD, 89 and 42. RGB value is (221,137,66). Sum of RGB (Red+Green+Blue) = 221+137+66=424 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.12% from 424); Green value is 137 (53.91% from 255 or 32.31% from 424); Blue value is 66 (26.17% from 255 or 15.57% from 424); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8942 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8942 is #2276BD. Grayscale: #9A9A9A. Windows color (decimal): -2258622 or 4360669. OLE color: 4360669.

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

Color convert

RGB 221 137 66 -
CMYK 0 0.38 0.70 0.13
HSL 27.48º 0.7% 0.56% -
HSV(B) 27.48º 0.7% 0.87% -
XYZ 39.75 33.66 9.56 -
YUV 154.02 78.33 175.77 -
System Red Green Blue C M Y K H S L
Decimal 221 137 66 0 0.38 0.70 0.13 27.48 0.7 0.56
Hex DD 89 42 0 26 46 D 1B 46 38
Octal 335 211 102 0 46 106 15 33 106 70
Binary 11011101 10001001 1000010 0 100110 1000110 1101 11011 1000110 111000

Color Harmonies of #DD8942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8942

Black with #DD8942

Text Example


Text Example

White with #DD8942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8942; }

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

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

background-color css

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

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

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

border-color css

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

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

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