Html Css Color HEX #DD803D Tree Poppy

📋 copy color: '#DD803D'

red 221 ◦ green 128 ◦ blue 61

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

Shades of Tree Poppy #DD803D

Tints of Tree Poppy #DD803D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 14.88%

R = 53.9%
G = 31.22%
B = 14.88%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DD803D (or 0xDD803D) is known color: Tree Poppy. HEX triplet: DD, 80 and 3D. RGB value is (221,128,61). Sum of RGB (Red+Green+Blue) = 221+128+61=410 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.90% from 410); Green value is 128 (50.39% from 255 or 31.22% from 410); Blue value is 61 (24.22% from 255 or 14.88% from 410); Max value from RGB is 221 - color contains mainly: red. Hex color #DD803D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD803D is #227FC2. Grayscale: #949494. Windows color (decimal): -2260931 or 4030685. OLE color: 4030685.

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

Color convert

RGB 221 128 61 -
CMYK 0 0.42 0.72 0.13
HSL 25.13º 0.7% 0.55% -
HSV(B) 25.13º 0.72% 0.87% -
XYZ 38.38 31.15 8.4 -
YUV 148.17 78.81 179.95 -
System Red Green Blue C M Y K H S L
Decimal 221 128 61 0 0.42 0.72 0.13 25.13 0.7 0.55
Hex DD 80 3D 0 2A 48 D 19 46 37
Octal 335 200 75 0 52 110 15 31 106 67
Binary 11011101 10000000 111101 0 101010 1001000 1101 11001 1000110 110111

Color Harmonies of #DD803D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD803D

Black with #DD803D

Text Example


Text Example

White with #DD803D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD803D; }

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

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

background-color css

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

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

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

border-color css

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

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

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