Html Css Color HEX #DD803C Tree Poppy

📋 copy color: '#DD803C'

red 221 ◦ green 128 ◦ blue 60

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

Shades of Tree Poppy #DD803C

Tints of Tree Poppy #DD803C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 14.67%

R = 54.03%
G = 31.3%
B = 14.67%

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

#DD803C (or 0xDD803C) is known color: Tree Poppy. HEX triplet: DD, 80 and 3C. RGB value is (221,128,60). Sum of RGB (Red+Green+Blue) = 221+128+60=409 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.03% from 409); Green value is 128 (50.39% from 255 or 31.30% from 409); Blue value is 60 (23.83% from 255 or 14.67% from 409); Max value from RGB is 221 - color contains mainly: red. Hex color #DD803C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD803C is #227FC3. Grayscale: #949494. Windows color (decimal): -2260932 or 3965149. OLE color: 3965149.

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

Color convert

RGB 221 128 60 -
CMYK 0 0.42 0.73 0.13
HSL 25.34º 0.7% 0.55% -
HSV(B) 25.34º 0.73% 0.87% -
XYZ 38.35 31.14 8.26 -
YUV 148.06 78.31 180.03 -
System Red Green Blue C M Y K H S L
Decimal 221 128 60 0 0.42 0.73 0.13 25.34 0.7 0.55
Hex DD 80 3C 0 2A 49 D 19 46 37
Octal 335 200 74 0 52 111 15 31 106 67
Binary 11011101 10000000 111100 0 101010 1001001 1101 11001 1000110 110111

Color Harmonies of #DD803C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD803C

Black with #DD803C

Text Example


Text Example

White with #DD803C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD803C; }

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

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

background-color css

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

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

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

border-color css

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

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

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