Html Css Color HEX #DD7D30 Tree Poppy

📋 copy color: '#DD7D30'

red 221 ◦ green 125 ◦ blue 48

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

Shades of Tree Poppy #DD7D30

Tints of Tree Poppy #DD7D30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12.18%

R = 56.09%
G = 31.73%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DD7D30 (or 0xDD7D30) is known color: Tree Poppy. HEX triplet: DD, 7D and 30. RGB value is (221,125,48). Sum of RGB (Red+Green+Blue) = 221+125+48=394 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.09% from 394); Green value is 125 (49.22% from 255 or 31.73% from 394); Blue value is 48 (19.14% from 255 or 12.18% from 394); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7D30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7D30 is #2282CF. Grayscale: #919191. Windows color (decimal): -2261712 or 3177949. OLE color: 3177949.

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

Color convert

RGB 221 125 48 -
CMYK 0 0.43 0.78 0.13
HSL 26.71º 0.72% 0.53% -
HSV(B) 26.71º 0.78% 0.87% -
XYZ 37.69 30.25 6.65 -
YUV 144.93 73.3 182.26 -
System Red Green Blue C M Y K H S L
Decimal 221 125 48 0 0.43 0.78 0.13 26.71 0.72 0.53
Hex DD 7D 30 0 2B 4E D 1B 48 35
Octal 335 175 60 0 53 116 15 33 110 65
Binary 11011101 1111101 110000 0 101011 1001110 1101 11011 1001000 110101

Color Harmonies of #DD7D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7D30

Black with #DD7D30

Text Example


Text Example

White with #DD7D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7D30; }

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

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

background-color css

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

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

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

border-color css

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

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

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