Html Css Color HEX #DC4D0A Persimmon

📋 copy color: '#DC4D0A'

red 220 ◦ green 77 ◦ blue 10

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

Shades of Persimmon #DC4D0A

Tints of Persimmon #DC4D0A

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.08%

 BLUE value IS 10 (4.3% from 255) = 3.26%

R = 71.66%
G = 25.08%
B = 3.26%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DC4D0A (or 0xDC4D0A) is known color: Persimmon. HEX triplet: DC, 4D and 0A. RGB value is (220,77,10). Sum of RGB (Red+Green+Blue) = 220+77+10=307 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.66% from 307); Green value is 77 (30.47% from 255 or 25.08% from 307); Blue value is 10 (4.30% from 255 or 3.26% from 307); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4D0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC4D0A is #23B2F5. Grayscale: #707070. Windows color (decimal): -2339574 or 675292. OLE color: 675292.

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

Color convert

RGB 220 77 10 -
CMYK 0 0.65 0.95 0.14
HSL 19.14º 0.91% 0.45% -
HSV(B) 19.14º 0.95% 0.86% -
XYZ 32.22 20.55 2.55 -
YUV 112.12 70.38 204.95 -
System Red Green Blue C M Y K H S L
Decimal 220 77 10 0 0.65 0.95 0.14 19.14 0.91 0.45
Hex DC 4D A 0 41 5F E 13 5B 2D
Octal 334 115 12 0 101 137 16 23 133 55
Binary 11011100 1001101 1010 0 1000001 1011111 1110 10011 1011011 101101

Color Harmonies of #DC4D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4D0A

Black with #DC4D0A

Text Example


Text Example

White with #DC4D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4D0A; }

 p { color: rgb(220,77,10); }

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

background-color css

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

 a { background-color: rgb(220,77,10); }

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

border-color css

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

 span { border-color: rgb(220,77,10); }

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