Html Css Color HEX #DF5512 Persimmon

📋 copy color: '#DF5512'

red 223 ◦ green 85 ◦ blue 18

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

Shades of Persimmon #DF5512

Tints of Persimmon #DF5512

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.07%

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

R = 68.4%
G = 26.07%
B = 5.52%

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

#DF5512 (or 0xDF5512) is known color: Persimmon. HEX triplet: DF, 55 and 12. RGB value is (223,85,18). Sum of RGB (Red+Green+Blue) = 223+85+18=326 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.40% from 326); Green value is 85 (33.59% from 255 or 26.07% from 326); Blue value is 18 (7.42% from 255 or 5.52% from 326); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5512 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5512 is #20AAED. Grayscale: #777777. Windows color (decimal): -2140910 or 1201631. OLE color: 1201631.

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

Color convert

RGB 223 85 18 -
CMYK 0 0.62 0.92 0.13
HSL 19.61º 0.85% 0.47% -
HSV(B) 19.61º 0.92% 0.87% -
XYZ 33.79 22.23 3.08 -
YUV 118.62 71.22 202.45 -
System Red Green Blue C M Y K H S L
Decimal 223 85 18 0 0.62 0.92 0.13 19.61 0.85 0.47
Hex DF 55 12 0 3E 5C D 14 55 2F
Octal 337 125 22 0 76 134 15 24 125 57
Binary 11011111 1010101 10010 0 111110 1011100 1101 10100 1010101 101111

Color Harmonies of #DF5512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5512

Black with #DF5512

Text Example


Text Example

White with #DF5512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5512; }

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

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

background-color css

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

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

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

border-color css

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

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

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