Html Css Color HEX #DF5A10 Persimmon

📋 copy color: '#DF5A10'

red 223 ◦ green 90 ◦ blue 16

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

Shades of Persimmon #DF5A10

Tints of Persimmon #DF5A10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.86%

R = 67.78%
G = 27.36%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DF5A10 (or 0xDF5A10) is known color: Persimmon. HEX triplet: DF, 5A and 10. RGB value is (223,90,16). Sum of RGB (Red+Green+Blue) = 223+90+16=329 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.78% from 329); Green value is 90 (35.55% from 255 or 27.36% from 329); Blue value is 16 (6.64% from 255 or 4.86% from 329); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5A10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5A10 is #20A5EF. Grayscale: #797979. Windows color (decimal): -2139632 or 1071839. OLE color: 1071839.

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

Color convert

RGB 223 90 16 -
CMYK 0 0.60 0.93 0.13
HSL 21.45º 0.87% 0.47% -
HSV(B) 21.45º 0.93% 0.87% -
XYZ 34.18 23.04 3.14 -
YUV 121.33 68.56 200.52 -
System Red Green Blue C M Y K H S L
Decimal 223 90 16 0 0.60 0.93 0.13 21.45 0.87 0.47
Hex DF 5A 10 0 3C 5D D 15 57 2F
Octal 337 132 20 0 74 135 15 25 127 57
Binary 11011111 1011010 10000 0 111100 1011101 1101 10101 1010111 101111

Color Harmonies of #DF5A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5A10

Black with #DF5A10

Text Example


Text Example

White with #DF5A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5A10; }

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

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

background-color css

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

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

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

border-color css

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

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

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