Html Css Color HEX #DD7D3E Tree Poppy

📋 copy color: '#DD7D3E'

red 221 ◦ green 125 ◦ blue 62

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

Shades of Tree Poppy #DD7D3E

Tints of Tree Poppy #DD7D3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 15.2%

R = 54.17%
G = 30.64%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DD7D3E (or 0xDD7D3E) is known color: Tree Poppy. HEX triplet: DD, 7D and 3E. RGB value is (221,125,62). Sum of RGB (Red+Green+Blue) = 221+125+62=408 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.17% from 408); Green value is 125 (49.22% from 255 or 30.64% from 408); Blue value is 62 (24.61% from 255 or 15.20% from 408); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7D3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7D3E is #2282C1. Grayscale: #929292. Windows color (decimal): -2261698 or 4095453. OLE color: 4095453.

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

Color convert

RGB 221 125 62 -
CMYK 0 0.43 0.72 0.13
HSL 23.77º 0.7% 0.55% -
HSV(B) 23.77º 0.72% 0.87% -
XYZ 38.02 30.39 8.42 -
YUV 146.52 80.3 181.12 -
System Red Green Blue C M Y K H S L
Decimal 221 125 62 0 0.43 0.72 0.13 23.77 0.7 0.55
Hex DD 7D 3E 0 2B 48 D 18 46 37
Octal 335 175 76 0 53 110 15 30 106 67
Binary 11011101 1111101 111110 0 101011 1001000 1101 11000 1000110 110111

Color Harmonies of #DD7D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7D3E

Black with #DD7D3E

Text Example


Text Example

White with #DD7D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7D3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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