Html Css Color HEX #DD4806 Persimmon

📋 copy color: '#DD4806'

red 221 ◦ green 72 ◦ blue 6

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

Shades of Persimmon #DD4806

Tints of Persimmon #DD4806

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.08%

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

R = 73.91%
G = 24.08%
B = 2.01%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DD4806 (or 0xDD4806) is known color: Persimmon. HEX triplet: DD, 48 and 06. RGB value is (221,72,6). Sum of RGB (Red+Green+Blue) = 221+72+6=299 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.91% from 299); Green value is 72 (28.52% from 255 or 24.08% from 299); Blue value is 6 (2.73% from 255 or 2.01% from 299); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4806 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4806 is #22B7F9. Grayscale: #6D6D6D. Windows color (decimal): -2275322 or 411869. OLE color: 411869.

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

Color convert

RGB 221 72 6 -
CMYK 0 0.67 0.97 0.13
HSL 18.42º 0.95% 0.45% -
HSV(B) 18.42º 0.97% 0.87% -
XYZ 32.17 20.02 2.34 -
YUV 109.03 69.86 207.87 -
System Red Green Blue C M Y K H S L
Decimal 221 72 6 0 0.67 0.97 0.13 18.42 0.95 0.45
Hex DD 48 6 0 43 61 D 12 5F 2D
Octal 335 110 6 0 103 141 15 22 137 55
Binary 11011101 1001000 110 0 1000011 1100001 1101 10010 1011111 101101

Color Harmonies of #DD4806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4806

Black with #DD4806

Text Example


Text Example

White with #DD4806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4806; }

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

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

background-color css

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

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

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

border-color css

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

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

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