Html Css Color HEX #DC4808 Persimmon

📋 copy color: '#DC4808'

red 220 ◦ green 72 ◦ blue 8

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

Shades of Persimmon #DC4808

Tints of Persimmon #DC4808

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.67%

R = 73.33%
G = 24%
B = 2.67%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DC4808 (or 0xDC4808) is known color: Persimmon. HEX triplet: DC, 48 and 08. RGB value is (220,72,8). Sum of RGB (Red+Green+Blue) = 220+72+8=300 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.33% from 300); Green value is 72 (28.52% from 255 or 24% from 300); Blue value is 8 (3.52% from 255 or 2.67% from 300); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4808 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC4808 is #23B7F7. Grayscale: #6D6D6D. Windows color (decimal): -2340856 or 542940. OLE color: 542940.

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

Color convert

RGB 220 72 8 -
CMYK 0 0.67 0.96 0.14
HSL 18.11º 0.93% 0.45% -
HSV(B) 18.11º 0.96% 0.86% -
XYZ 31.88 19.87 2.38 -
YUV 108.96 71.03 207.2 -
System Red Green Blue C M Y K H S L
Decimal 220 72 8 0 0.67 0.96 0.14 18.11 0.93 0.45
Hex DC 48 8 0 43 60 E 12 5D 2D
Octal 334 110 10 0 103 140 16 22 135 55
Binary 11011100 1001000 1000 0 1000011 1100000 1110 10010 1011101 101101

Color Harmonies of #DC4808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4808

Black with #DC4808

Text Example


Text Example

White with #DC4808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4808; }

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

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

background-color css

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

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

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

border-color css

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

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

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