Html Css Color HEX #DD4706 Persimmon

📋 copy color: '#DD4706'

red 221 ◦ green 71 ◦ blue 6

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

Shades of Persimmon #DD4706

Tints of Persimmon #DD4706

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.83%

 BLUE value IS 6 (2.73% from 255) = 2.01%

R = 74.16%
G = 23.83%
B = 2.01%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DD4706 (or 0xDD4706) is known color: Persimmon. HEX triplet: DD, 47 and 06. RGB value is (221,71,6). Sum of RGB (Red+Green+Blue) = 221+71+6=298 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.16% from 298); Green value is 71 (28.12% from 255 or 23.83% from 298); Blue value is 6 (2.73% from 255 or 2.01% from 298); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4706 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4706 is #22B8F9. Grayscale: #6C6C6C. Windows color (decimal): -2275578 or 411613. OLE color: 411613.

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

Color convert

RGB 221 71 6 -
CMYK 0 0.68 0.97 0.13
HSL 18.14º 0.95% 0.45% -
HSV(B) 18.14º 0.97% 0.87% -
XYZ 32.1 19.89 2.32 -
YUV 108.44 70.2 208.29 -
System Red Green Blue C M Y K H S L
Decimal 221 71 6 0 0.68 0.97 0.13 18.14 0.95 0.45
Hex DD 47 6 0 44 61 D 12 5F 2D
Octal 335 107 6 0 104 141 15 22 137 55
Binary 11011101 1000111 110 0 1000100 1100001 1101 10010 1011111 101101

Color Harmonies of #DD4706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4706

Black with #DD4706

Text Example


Text Example

White with #DD4706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4706; }

 p { color: rgb(221,71,6); }

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

background-color css

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

 a { background-color: rgb(221,71,6); }

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

border-color css

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

 span { border-color: rgb(221,71,6); }

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