Html Css Color HEX #DF5712 Persimmon

📋 copy color: '#DF5712'

red 223 ◦ green 87 ◦ blue 18

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

Shades of Persimmon #DF5712

Tints of Persimmon #DF5712

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.52%

 BLUE value IS 18 (7.42% from 255) = 5.49%

R = 67.99%
G = 26.52%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DF5712 (or 0xDF5712) is known color: Persimmon. HEX triplet: DF, 57 and 12. RGB value is (223,87,18). Sum of RGB (Red+Green+Blue) = 223+87+18=328 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.99% from 328); Green value is 87 (34.38% from 255 or 26.52% from 328); Blue value is 18 (7.42% from 255 or 5.49% from 328); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5712 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5712 is #20A8ED. Grayscale: #787878. Windows color (decimal): -2140398 or 1202143. OLE color: 1202143.

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

Color convert

RGB 223 87 18 -
CMYK 0 0.61 0.92 0.13
HSL 20.2º 0.85% 0.47% -
HSV(B) 20.2º 0.92% 0.87% -
XYZ 33.95 22.55 3.14 -
YUV 119.8 70.56 201.61 -
System Red Green Blue C M Y K H S L
Decimal 223 87 18 0 0.61 0.92 0.13 20.2 0.85 0.47
Hex DF 57 12 0 3D 5C D 14 55 2F
Octal 337 127 22 0 75 134 15 24 125 57
Binary 11011111 1010111 10010 0 111101 1011100 1101 10100 1010101 101111

Color Harmonies of #DF5712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5712

Black with #DF5712

Text Example


Text Example

White with #DF5712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5712; }

 p { color: rgb(223,87,18); }

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

background-color css

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

 a { background-color: rgb(223,87,18); }

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

border-color css

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

 span { border-color: rgb(223,87,18); }

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