Html Css Color HEX #DF5412 Persimmon

📋 copy color: '#DF5412'

red 223 ◦ green 84 ◦ blue 18

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

Shades of Persimmon #DF5412

Tints of Persimmon #DF5412

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.85%

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

R = 68.62%
G = 25.85%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DF5412 (or 0xDF5412) is known color: Persimmon. HEX triplet: DF, 54 and 12. RGB value is (223,84,18). Sum of RGB (Red+Green+Blue) = 223+84+18=325 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.62% from 325); Green value is 84 (33.20% from 255 or 25.85% from 325); Blue value is 18 (7.42% from 255 or 5.54% from 325); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5412 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5412 is #20ABED. Grayscale: #767676. Windows color (decimal): -2141166 or 1201375. OLE color: 1201375.

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

Color convert

RGB 223 84 18 -
CMYK 0 0.62 0.92 0.13
HSL 19.32º 0.85% 0.47% -
HSV(B) 19.32º 0.92% 0.87% -
XYZ 33.71 22.07 3.06 -
YUV 118.04 71.55 202.87 -
System Red Green Blue C M Y K H S L
Decimal 223 84 18 0 0.62 0.92 0.13 19.32 0.85 0.47
Hex DF 54 12 0 3E 5C D 13 55 2F
Octal 337 124 22 0 76 134 15 23 125 57
Binary 11011111 1010100 10010 0 111110 1011100 1101 10011 1010101 101111

Color Harmonies of #DF5412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5412

Black with #DF5412

Text Example


Text Example

White with #DF5412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5412; }

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

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

background-color css

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

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

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

border-color css

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

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

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