Html Css Color HEX #DD803A Tree Poppy

📋 copy color: '#DD803A'

red 221 ◦ green 128 ◦ blue 58

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

Shades of Tree Poppy #DD803A

Tints of Tree Poppy #DD803A

RGB

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

 GREEN value IS 128 (50.39% from 255) = 31.45%

 BLUE value IS 58 (23.05% from 255) = 14.25%

R = 54.3%
G = 31.45%
B = 14.25%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DD803A (or 0xDD803A) is known color: Tree Poppy. HEX triplet: DD, 80 and 3A. RGB value is (221,128,58). Sum of RGB (Red+Green+Blue) = 221+128+58=407 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.30% from 407); Green value is 128 (50.39% from 255 or 31.45% from 407); Blue value is 58 (23.05% from 255 or 14.25% from 407); Max value from RGB is 221 - color contains mainly: red. Hex color #DD803A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD803A is #227FC5. Grayscale: #949494. Windows color (decimal): -2260934 or 3834077. OLE color: 3834077.

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

Color convert

RGB 221 128 58 -
CMYK 0 0.42 0.74 0.13
HSL 25.77º 0.71% 0.55% -
HSV(B) 25.77º 0.74% 0.87% -
XYZ 38.3 31.12 7.99 -
YUV 147.83 77.31 180.19 -
System Red Green Blue C M Y K H S L
Decimal 221 128 58 0 0.42 0.74 0.13 25.77 0.71 0.55
Hex DD 80 3A 0 2A 4A D 1A 47 37
Octal 335 200 72 0 52 112 15 32 107 67
Binary 11011101 10000000 111010 0 101010 1001010 1101 11010 1000111 110111

Color Harmonies of #DD803A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD803A

Black with #DD803A

Text Example


Text Example

White with #DD803A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD803A; }

 p { color: rgb(221,128,58); }

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

background-color css

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

 a { background-color: rgb(221,128,58); }

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

border-color css

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

 span { border-color: rgb(221,128,58); }

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