Html Css Color HEX #DC4806 Persimmon

📋 copy color: '#DC4806'

red 220 ◦ green 72 ◦ blue 6

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

Shades of Persimmon #DC4806

Tints of Persimmon #DC4806

RGB

 RED value IS 220 (86.33% from 255) = 73.83%

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

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

R = 73.83%
G = 24.16%
B = 2.01%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DC4806 (or 0xDC4806) is known color: Persimmon. HEX triplet: DC, 48 and 06. RGB value is (220,72,6). Sum of RGB (Red+Green+Blue) = 220+72+6=298 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.83% from 298); Green value is 72 (28.52% from 255 or 24.16% from 298); Blue value is 6 (2.73% from 255 or 2.01% from 298); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4806 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC4806 is #23B7F9. Grayscale: #6D6D6D. Windows color (decimal): -2340858 or 411868. OLE color: 411868.

HSL color Cylindrical-coordinate representation of color #DC4806: hue angle of 18.5º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC4806 is Cyan = 0, Magento = 0.67, Yellow = 0.97 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 72 6 -
CMYK 0 0.67 0.97 0.14
HSL 18.5º 0.95% 0.44% -
HSV(B) 18.5º 0.97% 0.86% -
XYZ 31.87 19.86 2.33 -
YUV 108.73 70.03 207.37 -
System Red Green Blue C M Y K H S L
Decimal 220 72 6 0 0.67 0.97 0.14 18.5 0.95 0.44
Hex DC 48 6 0 43 61 E 13 5F 2C
Octal 334 110 6 0 103 141 16 23 137 54
Binary 11011100 1001000 110 0 1000011 1100001 1110 10011 1011111 101100

Color Harmonies of #DC4806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4806

Black with #DC4806

Text Example


Text Example

White with #DC4806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4806; }

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

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

background-color css

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

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

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

border-color css

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

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

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