Html Css Color HEX #DD7D3F Tree Poppy

📋 copy color: '#DD7D3F'

red 221 ◦ green 125 ◦ blue 63

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

Shades of Tree Poppy #DD7D3F

Tints of Tree Poppy #DD7D3F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.56%

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

R = 54.03%
G = 30.56%
B = 15.4%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DD7D3F (or 0xDD7D3F) is known color: Tree Poppy. HEX triplet: DD, 7D and 3F. RGB value is (221,125,63). Sum of RGB (Red+Green+Blue) = 221+125+63=409 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.03% from 409); Green value is 125 (49.22% from 255 or 30.56% from 409); Blue value is 63 (25% from 255 or 15.40% from 409); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7D3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7D3F is #2282C0. Grayscale: #929292. Windows color (decimal): -2261697 or 4160989. OLE color: 4160989.

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

Color convert

RGB 221 125 63 -
CMYK 0 0.43 0.71 0.13
HSL 23.54º 0.7% 0.56% -
HSV(B) 23.54º 0.71% 0.87% -
XYZ 38.05 30.4 8.56 -
YUV 146.64 80.8 181.04 -
System Red Green Blue C M Y K H S L
Decimal 221 125 63 0 0.43 0.71 0.13 23.54 0.7 0.56
Hex DD 7D 3F 0 2B 47 D 18 46 38
Octal 335 175 77 0 53 107 15 30 106 70
Binary 11011101 1111101 111111 0 101011 1000111 1101 11000 1000110 111000

Color Harmonies of #DD7D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7D3F

Black with #DD7D3F

Text Example


Text Example

White with #DD7D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7D3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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