Html Css Color HEX #DD803B Tree Poppy

📋 copy color: '#DD803B'

red 221 ◦ green 128 ◦ blue 59

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

Shades of Tree Poppy #DD803B

Tints of Tree Poppy #DD803B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 14.46%

R = 54.17%
G = 31.37%
B = 14.46%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DD803B (or 0xDD803B) is known color: Tree Poppy. HEX triplet: DD, 80 and 3B. RGB value is (221,128,59). Sum of RGB (Red+Green+Blue) = 221+128+59=408 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.17% from 408); Green value is 128 (50.39% from 255 or 31.37% from 408); Blue value is 59 (23.44% from 255 or 14.46% from 408); Max value from RGB is 221 - color contains mainly: red. Hex color #DD803B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD803B is #227FC4. Grayscale: #949494. Windows color (decimal): -2260933 or 3899613. OLE color: 3899613.

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

Color convert

RGB 221 128 59 -
CMYK 0 0.42 0.73 0.13
HSL 25.56º 0.7% 0.55% -
HSV(B) 25.56º 0.73% 0.87% -
XYZ 38.33 31.13 8.13 -
YUV 147.94 77.81 180.11 -
System Red Green Blue C M Y K H S L
Decimal 221 128 59 0 0.42 0.73 0.13 25.56 0.7 0.55
Hex DD 80 3B 0 2A 49 D 1A 46 37
Octal 335 200 73 0 52 111 15 32 106 67
Binary 11011101 10000000 111011 0 101010 1001001 1101 11010 1000110 110111

Color Harmonies of #DD803B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD803B

Black with #DD803B

Text Example


Text Example

White with #DD803B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD803B; }

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

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

background-color css

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

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

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

border-color css

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

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

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