Html Css Color HEX #DD803F Tree Poppy

📋 copy color: '#DD803F'

red 221 ◦ green 128 ◦ blue 63

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

Shades of Tree Poppy #DD803F

Tints of Tree Poppy #DD803F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.29%

R = 53.64%
G = 31.07%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DD803F (or 0xDD803F) is known color: Tree Poppy. HEX triplet: DD, 80 and 3F. RGB value is (221,128,63). Sum of RGB (Red+Green+Blue) = 221+128+63=412 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.64% from 412); Green value is 128 (50.39% from 255 or 31.07% from 412); Blue value is 63 (25% from 255 or 15.29% from 412); Max value from RGB is 221 - color contains mainly: red. Hex color #DD803F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD803F is #227FC0. Grayscale: #949494. Windows color (decimal): -2260929 or 4161757. OLE color: 4161757.

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

Color convert

RGB 221 128 63 -
CMYK 0 0.42 0.71 0.13
HSL 24.68º 0.7% 0.56% -
HSV(B) 24.68º 0.71% 0.87% -
XYZ 38.44 31.17 8.69 -
YUV 148.4 79.81 179.79 -
System Red Green Blue C M Y K H S L
Decimal 221 128 63 0 0.42 0.71 0.13 24.68 0.7 0.56
Hex DD 80 3F 0 2A 47 D 19 46 38
Octal 335 200 77 0 52 107 15 31 106 70
Binary 11011101 10000000 111111 0 101010 1000111 1101 11001 1000110 111000

Color Harmonies of #DD803F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD803F

Black with #DD803F

Text Example


Text Example

White with #DD803F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD803F; }

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

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

background-color css

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

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

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

border-color css

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

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

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