Html Css Color HEX #DD813F Tree Poppy

📋 copy color: '#DD813F'

red 221 ◦ green 129 ◦ blue 63

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

Shades of Tree Poppy #DD813F

Tints of Tree Poppy #DD813F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.23%

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

R = 53.51%
G = 31.23%
B = 15.25%

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

#DD813F (or 0xDD813F) is known color: Tree Poppy. HEX triplet: DD, 81 and 3F. RGB value is (221,129,63). Sum of RGB (Red+Green+Blue) = 221+129+63=413 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.51% from 413); Green value is 129 (50.78% from 255 or 31.23% from 413); Blue value is 63 (25% from 255 or 15.25% from 413); Max value from RGB is 221 - color contains mainly: red. Hex color #DD813F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD813F is #227EC0. Grayscale: #959595. Windows color (decimal): -2260673 or 4162013. OLE color: 4162013.

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

Color convert

RGB 221 129 63 -
CMYK 0 0.42 0.71 0.13
HSL 25.06º 0.7% 0.56% -
HSV(B) 25.06º 0.71% 0.87% -
XYZ 38.57 31.43 8.74 -
YUV 148.98 79.48 179.37 -
System Red Green Blue C M Y K H S L
Decimal 221 129 63 0 0.42 0.71 0.13 25.06 0.7 0.56
Hex DD 81 3F 0 2A 47 D 19 46 38
Octal 335 201 77 0 52 107 15 31 106 70
Binary 11011101 10000001 111111 0 101010 1000111 1101 11001 1000110 111000

Color Harmonies of #DD813F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD813F

Black with #DD813F

Text Example


Text Example

White with #DD813F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD813F; }

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

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

background-color css

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

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

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

border-color css

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

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

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