Html Css Color HEX #DF5312 Persimmon

📋 copy color: '#DF5312'

red 223 ◦ green 83 ◦ blue 18

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

Shades of Persimmon #DF5312

Tints of Persimmon #DF5312

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.62%

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

R = 68.83%
G = 25.62%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DF5312 (or 0xDF5312) is known color: Persimmon. HEX triplet: DF, 53 and 12. RGB value is (223,83,18). Sum of RGB (Red+Green+Blue) = 223+83+18=324 (42% of max value = 765). Red value is 223 (87.5% from 255 or 68.83% from 324); Green value is 83 (32.81% from 255 or 25.62% from 324); Blue value is 18 (7.42% from 255 or 5.56% from 324); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5312 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5312 is #20ACED. Grayscale: #757575. Windows color (decimal): -2141422 or 1201119. OLE color: 1201119.

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

Color convert

RGB 223 83 18 -
CMYK 0 0.63 0.92 0.13
HSL 19.02º 0.85% 0.47% -
HSV(B) 19.02º 0.92% 0.87% -
XYZ 33.63 21.92 3.03 -
YUV 117.45 71.88 203.29 -
System Red Green Blue C M Y K H S L
Decimal 223 83 18 0 0.63 0.92 0.13 19.02 0.85 0.47
Hex DF 53 12 0 3F 5C D 13 55 2F
Octal 337 123 22 0 77 134 15 23 125 57
Binary 11011111 1010011 10010 0 111111 1011100 1101 10011 1010101 101111

Color Harmonies of #DF5312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5312

Black with #DF5312

Text Example


Text Example

White with #DF5312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5312; }

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

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

background-color css

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

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

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

border-color css

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

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

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