Html Css Color HEX #DF5310 Persimmon

📋 copy color: '#DF5310'

red 223 ◦ green 83 ◦ blue 16

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

Shades of Persimmon #DF5310

Tints of Persimmon #DF5310

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.78%

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

R = 69.25%
G = 25.78%
B = 4.97%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DF5310 (or 0xDF5310) is known color: Persimmon. HEX triplet: DF, 53 and 10. RGB value is (223,83,16). Sum of RGB (Red+Green+Blue) = 223+83+16=322 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.25% from 322); Green value is 83 (32.81% from 255 or 25.78% from 322); Blue value is 16 (6.64% from 255 or 4.97% from 322); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5310 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5310 is #20ACEF. Grayscale: #757575. Windows color (decimal): -2141424 or 1070047. OLE color: 1070047.

HSL color Cylindrical-coordinate representation of color #DF5310: hue angle of 19.42º 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 #DF5310 is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 83 16 -
CMYK 0 0.63 0.93 0.13
HSL 19.42º 0.87% 0.47% -
HSV(B) 19.42º 0.93% 0.87% -
XYZ 33.62 21.91 2.95 -
YUV 117.22 70.88 203.45 -
System Red Green Blue C M Y K H S L
Decimal 223 83 16 0 0.63 0.93 0.13 19.42 0.87 0.47
Hex DF 53 10 0 3F 5D D 13 57 2F
Octal 337 123 20 0 77 135 15 23 127 57
Binary 11011111 1010011 10000 0 111111 1011101 1101 10011 1010111 101111

Color Harmonies of #DF5310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5310

Black with #DF5310

Text Example


Text Example

White with #DF5310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5310; }

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

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

background-color css

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

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

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

border-color css

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

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

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