Html Css Color HEX #DF5A0A Persimmon

📋 copy color: '#DF5A0A'

red 223 ◦ green 90 ◦ blue 10

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

Shades of Persimmon #DF5A0A

Tints of Persimmon #DF5A0A

RGB

 RED value IS 223 (87.5% from 255) = 69.04%

 GREEN value IS 90 (35.55% from 255) = 27.86%

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

R = 69.04%
G = 27.86%
B = 3.1%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DF5A0A (or 0xDF5A0A) is known color: Persimmon. HEX triplet: DF, 5A and 0A. RGB value is (223,90,10). Sum of RGB (Red+Green+Blue) = 223+90+10=323 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.04% from 323); Green value is 90 (35.55% from 255 or 27.86% from 323); Blue value is 10 (4.30% from 255 or 3.10% from 323); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5A0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5A0A is #20A5F5. Grayscale: #797979. Windows color (decimal): -2139638 or 678623. OLE color: 678623.

HSL color Cylindrical-coordinate representation of color #DF5A0A: hue angle of 22.54º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF5A0A is Cyan = 0, Magento = 0.60, Yellow = 0.96 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 90 10 -
CMYK 0 0.60 0.96 0.13
HSL 22.54º 0.91% 0.46% -
HSV(B) 22.54º 0.96% 0.87% -
XYZ 34.14 23.02 2.93 -
YUV 120.65 65.56 201 -
System Red Green Blue C M Y K H S L
Decimal 223 90 10 0 0.60 0.96 0.13 22.54 0.91 0.46
Hex DF 5A A 0 3C 60 D 17 5B 2E
Octal 337 132 12 0 74 140 15 27 133 56
Binary 11011111 1011010 1010 0 111100 1100000 1101 10111 1011011 101110

Color Harmonies of #DF5A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5A0A

Black with #DF5A0A

Text Example


Text Example

White with #DF5A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5A0A; }

 p { color: rgb(223,90,10); }

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

background-color css

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

 a { background-color: rgb(223,90,10); }

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

border-color css

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

 span { border-color: rgb(223,90,10); }

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