Html Css Color HEX #DF5C0F Persimmon

📋 copy color: '#DF5C0F'

red 223 ◦ green 92 ◦ blue 15

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

Shades of Persimmon #DF5C0F

Tints of Persimmon #DF5C0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.55%

R = 67.58%
G = 27.88%
B = 4.55%

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

#DF5C0F (or 0xDF5C0F) is known color: Persimmon. HEX triplet: DF, 5C and 0F. RGB value is (223,92,15). Sum of RGB (Red+Green+Blue) = 223+92+15=330 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.58% from 330); Green value is 92 (36.33% from 255 or 27.88% from 330); Blue value is 15 (6.25% from 255 or 4.55% from 330); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5C0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5C0F is #20A3F0. Grayscale: #7A7A7A. Windows color (decimal): -2139121 or 1006815. OLE color: 1006815.

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

Color convert

RGB 223 92 15 -
CMYK 0 0.59 0.93 0.13
HSL 22.21º 0.87% 0.47% -
HSV(B) 22.21º 0.93% 0.87% -
XYZ 34.34 23.38 3.15 -
YUV 122.39 67.4 199.76 -
System Red Green Blue C M Y K H S L
Decimal 223 92 15 0 0.59 0.93 0.13 22.21 0.87 0.47
Hex DF 5C F 0 3B 5D D 16 57 2F
Octal 337 134 17 0 73 135 15 26 127 57
Binary 11011111 1011100 1111 0 111011 1011101 1101 10110 1010111 101111

Color Harmonies of #DF5C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5C0F

Black with #DF5C0F

Text Example


Text Example

White with #DF5C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5C0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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