Html Css Color HEX #DD8A39 Tree Poppy

📋 copy color: '#DD8A39'

red 221 ◦ green 138 ◦ blue 57

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

Shades of Tree Poppy #DD8A39

Tints of Tree Poppy #DD8A39

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.17%

 BLUE value IS 57 (22.66% from 255) = 13.7%

R = 53.13%
G = 33.17%
B = 13.7%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DD8A39 (or 0xDD8A39) is known color: Tree Poppy. HEX triplet: DD, 8A and 39. RGB value is (221,138,57). Sum of RGB (Red+Green+Blue) = 221+138+57=416 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.12% from 416); Green value is 138 (54.30% from 255 or 33.17% from 416); Blue value is 57 (22.66% from 255 or 13.70% from 416); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8A39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD8A39 is #2275C6. Grayscale: #999999. Windows color (decimal): -2258375 or 3771101. OLE color: 3771101.

HSL color Cylindrical-coordinate representation of color #DD8A39: hue angle of 29.63º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DD8A39 is Cyan = 0, Magento = 0.38, Yellow = 0.74 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 138 57 -
CMYK 0 0.38 0.74 0.13
HSL 29.63º 0.71% 0.55% -
HSV(B) 29.63º 0.74% 0.87% -
XYZ 39.65 33.84 8.31 -
YUV 153.58 73.5 176.09 -
System Red Green Blue C M Y K H S L
Decimal 221 138 57 0 0.38 0.74 0.13 29.63 0.71 0.55
Hex DD 8A 39 0 26 4A D 1E 47 37
Octal 335 212 71 0 46 112 15 36 107 67
Binary 11011101 10001010 111001 0 100110 1001010 1101 11110 1000111 110111

Color Harmonies of #DD8A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8A39

Black with #DD8A39

Text Example


Text Example

White with #DD8A39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8A39; }

 p { color: rgb(221,138,57); }

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

background-color css

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

 a { background-color: rgb(221,138,57); }

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

border-color css

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

 span { border-color: rgb(221,138,57); }

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