Html Css Color HEX #DC4909 Persimmon

📋 copy color: '#DC4909'

red 220 ◦ green 73 ◦ blue 9

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

Shades of Persimmon #DC4909

Tints of Persimmon #DC4909

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.17%

 BLUE value IS 9 (3.91% from 255) = 2.98%

R = 72.85%
G = 24.17%
B = 2.98%

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

#DC4909 (or 0xDC4909) is known color: Persimmon. HEX triplet: DC, 49 and 09. RGB value is (220,73,9). Sum of RGB (Red+Green+Blue) = 220+73+9=302 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.85% from 302); Green value is 73 (28.91% from 255 or 24.17% from 302); Blue value is 9 (3.91% from 255 or 2.98% from 302); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4909 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC4909 is #23B6F6. Grayscale: #6E6E6E. Windows color (decimal): -2340599 or 608732. OLE color: 608732.

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

Color convert

RGB 220 73 9 -
CMYK 0 0.67 0.96 0.14
HSL 18.2º 0.92% 0.45% -
HSV(B) 18.2º 0.96% 0.86% -
XYZ 31.95 20 2.44 -
YUV 109.66 71.2 206.7 -
System Red Green Blue C M Y K H S L
Decimal 220 73 9 0 0.67 0.96 0.14 18.2 0.92 0.45
Hex DC 49 9 0 43 60 E 12 5C 2D
Octal 334 111 11 0 103 140 16 22 134 55
Binary 11011100 1001001 1001 0 1000011 1100000 1110 10010 1011100 101101

Color Harmonies of #DC4909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4909

Black with #DC4909

Text Example


Text Example

White with #DC4909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4909; }

 p { color: rgb(220,73,9); }

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

background-color css

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

 a { background-color: rgb(220,73,9); }

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

border-color css

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

 span { border-color: rgb(220,73,9); }

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