Html Css Color HEX #DF5012 Persimmon

📋 copy color: '#DF5012'

red 223 ◦ green 80 ◦ blue 18

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

Shades of Persimmon #DF5012

Tints of Persimmon #DF5012

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.92%

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

R = 69.47%
G = 24.92%
B = 5.61%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DF5012 (or 0xDF5012) is known color: Persimmon. HEX triplet: DF, 50 and 12. RGB value is (223,80,18). Sum of RGB (Red+Green+Blue) = 223+80+18=321 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.47% from 321); Green value is 80 (31.64% from 255 or 24.92% from 321); Blue value is 18 (7.42% from 255 or 5.61% from 321); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5012 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5012 is #20AFED. Grayscale: #747474. Windows color (decimal): -2142190 or 1200351. OLE color: 1200351.

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

Color convert

RGB 223 80 18 -
CMYK 0 0.64 0.92 0.13
HSL 18.15º 0.85% 0.47% -
HSV(B) 18.15º 0.92% 0.87% -
XYZ 33.41 21.47 2.96 -
YUV 115.69 72.88 204.54 -
System Red Green Blue C M Y K H S L
Decimal 223 80 18 0 0.64 0.92 0.13 18.15 0.85 0.47
Hex DF 50 12 0 40 5C D 12 55 2F
Octal 337 120 22 0 100 134 15 22 125 57
Binary 11011111 1010000 10010 0 1000000 1011100 1101 10010 1010101 101111

Color Harmonies of #DF5012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5012

Black with #DF5012

Text Example


Text Example

White with #DF5012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5012; }

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

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

background-color css

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

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

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

border-color css

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

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

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