Html Css Color HEX #DC4408 Persimmon

📋 copy color: '#DC4408'

red 220 ◦ green 68 ◦ blue 8

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

Shades of Persimmon #DC4408

Tints of Persimmon #DC4408

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.97%

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

R = 74.32%
G = 22.97%
B = 2.7%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DC4408 (or 0xDC4408) is known color: Persimmon. HEX triplet: DC, 44 and 08. RGB value is (220,68,8). Sum of RGB (Red+Green+Blue) = 220+68+8=296 (39% of max value = 765). Red value is 220 (86.33% from 255 or 74.32% from 296); Green value is 68 (26.95% from 255 or 22.97% from 296); Blue value is 8 (3.52% from 255 or 2.70% from 296); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4408 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC4408 is #23BBF7. Grayscale: #6B6B6B. Windows color (decimal): -2341880 or 541916. OLE color: 541916.

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

Color convert

RGB 220 68 8 -
CMYK 0 0.69 0.96 0.14
HSL 16.98º 0.93% 0.45% -
HSV(B) 16.98º 0.96% 0.86% -
XYZ 31.63 19.37 2.3 -
YUV 106.61 72.36 208.88 -
System Red Green Blue C M Y K H S L
Decimal 220 68 8 0 0.69 0.96 0.14 16.98 0.93 0.45
Hex DC 44 8 0 45 60 E 11 5D 2D
Octal 334 104 10 0 105 140 16 21 135 55
Binary 11011100 1000100 1000 0 1000101 1100000 1110 10001 1011101 101101

Color Harmonies of #DC4408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4408

Black with #DC4408

Text Example


Text Example

White with #DC4408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4408; }

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

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

background-color css

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

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

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

border-color css

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

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

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