Html Css Color HEX #DF5611 Persimmon

📋 copy color: '#DF5611'

red 223 ◦ green 86 ◦ blue 17

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

Shades of Persimmon #DF5611

Tints of Persimmon #DF5611

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.38%

 BLUE value IS 17 (7.03% from 255) = 5.21%

R = 68.4%
G = 26.38%
B = 5.21%

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

#DF5611 (or 0xDF5611) is known color: Persimmon. HEX triplet: DF, 56 and 11. RGB value is (223,86,17). Sum of RGB (Red+Green+Blue) = 223+86+17=326 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.40% from 326); Green value is 86 (33.98% from 255 or 26.38% from 326); Blue value is 17 (7.03% from 255 or 5.21% from 326); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5611 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5611 is #20A9EE. Grayscale: #777777. Windows color (decimal): -2140655 or 1136351. OLE color: 1136351.

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

Color convert

RGB 223 86 17 -
CMYK 0 0.61 0.92 0.13
HSL 20.1º 0.86% 0.47% -
HSV(B) 20.1º 0.92% 0.87% -
XYZ 33.86 22.38 3.07 -
YUV 119.1 70.39 202.11 -
System Red Green Blue C M Y K H S L
Decimal 223 86 17 0 0.61 0.92 0.13 20.1 0.86 0.47
Hex DF 56 11 0 3D 5C D 14 56 2F
Octal 337 126 21 0 75 134 15 24 126 57
Binary 11011111 1010110 10001 0 111101 1011100 1101 10100 1010110 101111

Color Harmonies of #DF5611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5611

Black with #DF5611

Text Example


Text Example

White with #DF5611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5611; }

 p { color: rgb(223,86,17); }

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

background-color css

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

 a { background-color: rgb(223,86,17); }

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

border-color css

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

 span { border-color: rgb(223,86,17); }

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