Html Css Color HEX #DF5C10 Persimmon

📋 copy color: '#DF5C10'

red 223 ◦ green 92 ◦ blue 16

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

Shades of Persimmon #DF5C10

Tints of Persimmon #DF5C10

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.79%

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

R = 67.37%
G = 27.79%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DF5C10 (or 0xDF5C10) is known color: Persimmon. HEX triplet: DF, 5C and 10. RGB value is (223,92,16). Sum of RGB (Red+Green+Blue) = 223+92+16=331 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.37% from 331); Green value is 92 (36.33% from 255 or 27.79% from 331); Blue value is 16 (6.64% from 255 or 4.83% from 331); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5C10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5C10 is #20A3EF. Grayscale: #7A7A7A. Windows color (decimal): -2139120 or 1072351. OLE color: 1072351.

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

Color convert

RGB 223 92 16 -
CMYK 0 0.59 0.93 0.13
HSL 22.03º 0.87% 0.47% -
HSV(B) 22.03º 0.93% 0.87% -
XYZ 34.35 23.38 3.19 -
YUV 122.51 67.9 199.68 -
System Red Green Blue C M Y K H S L
Decimal 223 92 16 0 0.59 0.93 0.13 22.03 0.87 0.47
Hex DF 5C 10 0 3B 5D D 16 57 2F
Octal 337 134 20 0 73 135 15 26 127 57
Binary 11011111 1011100 10000 0 111011 1011101 1101 10110 1010111 101111

Color Harmonies of #DF5C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5C10

Black with #DF5C10

Text Example


Text Example

White with #DF5C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5C10; }

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

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

background-color css

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

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

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

border-color css

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

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

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