Html Css Color HEX #DD7A35 Tree Poppy

📋 copy color: '#DD7A35'

red 221 ◦ green 122 ◦ blue 53

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

Shades of Tree Poppy #DD7A35

Tints of Tree Poppy #DD7A35

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.81%

 BLUE value IS 53 (21.09% from 255) = 13.38%

R = 55.81%
G = 30.81%
B = 13.38%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DD7A35 (or 0xDD7A35) is known color: Tree Poppy. HEX triplet: DD, 7A and 35. RGB value is (221,122,53). Sum of RGB (Red+Green+Blue) = 221+122+53=396 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.81% from 396); Green value is 122 (48.05% from 255 or 30.81% from 396); Blue value is 53 (21.09% from 255 or 13.38% from 396); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7A35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7A35 is #2285CA. Grayscale: #909090. Windows color (decimal): -2262475 or 3504861. OLE color: 3504861.

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

Color convert

RGB 221 122 53 -
CMYK 0 0.45 0.76 0.13
HSL 24.64º 0.71% 0.54% -
HSV(B) 24.64º 0.76% 0.87% -
XYZ 37.42 29.55 7.1 -
YUV 143.74 76.8 183.11 -
System Red Green Blue C M Y K H S L
Decimal 221 122 53 0 0.45 0.76 0.13 24.64 0.71 0.54
Hex DD 7A 35 0 2D 4C D 19 47 36
Octal 335 172 65 0 55 114 15 31 107 66
Binary 11011101 1111010 110101 0 101101 1001100 1101 11001 1000111 110110

Color Harmonies of #DD7A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7A35

Black with #DD7A35

Text Example


Text Example

White with #DD7A35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7A35; }

 p { color: rgb(221,122,53); }

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

background-color css

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

 a { background-color: rgb(221,122,53); }

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

border-color css

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

 span { border-color: rgb(221,122,53); }

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