Html Css Color HEX #DD4407 Persimmon

📋 copy color: '#DD4407'

red 221 ◦ green 68 ◦ blue 7

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

Shades of Persimmon #DD4407

Tints of Persimmon #DD4407

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.97%

 BLUE value IS 7 (3.13% from 255) = 2.36%

R = 74.66%
G = 22.97%
B = 2.36%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DD4407 (or 0xDD4407) is known color: Persimmon. HEX triplet: DD, 44 and 07. RGB value is (221,68,7). Sum of RGB (Red+Green+Blue) = 221+68+7=296 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.66% from 296); Green value is 68 (26.95% from 255 or 22.97% from 296); Blue value is 7 (3.12% from 255 or 2.36% from 296); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4407 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4407 is #22BBF8. Grayscale: #6B6B6B. Windows color (decimal): -2276345 or 476381. OLE color: 476381.

HSL color Cylindrical-coordinate representation of color #DD4407: hue angle of 17.1º degrees, saturation: 0.94, 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 #DD4407 is Cyan = 0, Magento = 0.69, Yellow = 0.97 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 68 7 -
CMYK 0 0.69 0.97 0.13
HSL 17.1º 0.94% 0.45% -
HSV(B) 17.1º 0.97% 0.87% -
XYZ 31.92 19.52 2.29 -
YUV 106.79 71.69 209.46 -
System Red Green Blue C M Y K H S L
Decimal 221 68 7 0 0.69 0.97 0.13 17.1 0.94 0.45
Hex DD 44 7 0 45 61 D 11 5E 2D
Octal 335 104 7 0 105 141 15 21 136 55
Binary 11011101 1000100 111 0 1000101 1100001 1101 10001 1011110 101101

Color Harmonies of #DD4407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4407

Black with #DD4407

Text Example


Text Example

White with #DD4407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4407; }

 p { color: rgb(221,68,7); }

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

background-color css

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

 a { background-color: rgb(221,68,7); }

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

border-color css

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

 span { border-color: rgb(221,68,7); }

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