Html Css Color HEX #DC4608 Persimmon

📋 copy color: '#DC4608'

red 220 ◦ green 70 ◦ blue 8

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

Shades of Persimmon #DC4608

Tints of Persimmon #DC4608

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.49%

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

R = 73.83%
G = 23.49%
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

#DC4608 (or 0xDC4608) is known color: Persimmon. HEX triplet: DC, 46 and 08. RGB value is (220,70,8). Sum of RGB (Red+Green+Blue) = 220+70+8=298 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.83% from 298); Green value is 70 (27.73% from 255 or 23.49% from 298); Blue value is 8 (3.52% from 255 or 2.68% from 298); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4608 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC4608 is #23B9F7. Grayscale: #6C6C6C. Windows color (decimal): -2341368 or 542428. OLE color: 542428.

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

Color convert

RGB 220 70 8 -
CMYK 0 0.68 0.96 0.14
HSL 17.55º 0.93% 0.45% -
HSV(B) 17.55º 0.96% 0.86% -
XYZ 31.75 19.61 2.34 -
YUV 107.78 71.7 208.04 -
System Red Green Blue C M Y K H S L
Decimal 220 70 8 0 0.68 0.96 0.14 17.55 0.93 0.45
Hex DC 46 8 0 44 60 E 12 5D 2D
Octal 334 106 10 0 104 140 16 22 135 55
Binary 11011100 1000110 1000 0 1000100 1100000 1110 10010 1011101 101101

Color Harmonies of #DC4608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4608

Black with #DC4608

Text Example


Text Example

White with #DC4608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4608; }

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

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

background-color css

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

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

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

border-color css

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

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

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