Html Css Color HEX #DC4708 Persimmon

📋 copy color: '#DC4708'

red 220 ◦ green 71 ◦ blue 8

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

Shades of Persimmon #DC4708

Tints of Persimmon #DC4708

RGB

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

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

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

R = 73.58%
G = 23.75%
B = 2.68%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DC4708 (or 0xDC4708) is known color: Persimmon. HEX triplet: DC, 47 and 08. RGB value is (220,71,8). Sum of RGB (Red+Green+Blue) = 220+71+8=299 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.58% from 299); Green value is 71 (28.12% from 255 or 23.75% from 299); Blue value is 8 (3.52% from 255 or 2.68% from 299); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4708 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC4708 is #23B8F7. Grayscale: #6C6C6C. Windows color (decimal): -2341112 or 542684. OLE color: 542684.

HSL color Cylindrical-coordinate representation of color #DC4708: hue angle of 17.83º 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 #DC4708 is Cyan = 0, Magento = 0.68, Yellow = 0.96 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 71 8 -
CMYK 0 0.68 0.96 0.14
HSL 17.83º 0.93% 0.45% -
HSV(B) 17.83º 0.96% 0.86% -
XYZ 31.81 19.74 2.36 -
YUV 108.37 71.36 207.62 -
System Red Green Blue C M Y K H S L
Decimal 220 71 8 0 0.68 0.96 0.14 17.83 0.93 0.45
Hex DC 47 8 0 44 60 E 12 5D 2D
Octal 334 107 10 0 104 140 16 22 135 55
Binary 11011100 1000111 1000 0 1000100 1100000 1110 10010 1011101 101101

Color Harmonies of #DC4708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4708

Black with #DC4708

Text Example


Text Example

White with #DC4708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4708; }

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

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

background-color css

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

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

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

border-color css

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

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

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