Html Css Color HEX #DF5612 Persimmon

📋 copy color: '#DF5612'

red 223 ◦ green 86 ◦ blue 18

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

Shades of Persimmon #DF5612

Tints of Persimmon #DF5612

RGB

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

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

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

R = 68.2%
G = 26.3%
B = 5.5%

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

#DF5612 (or 0xDF5612) is known color: Persimmon. HEX triplet: DF, 56 and 12. RGB value is (223,86,18). Sum of RGB (Red+Green+Blue) = 223+86+18=327 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.20% from 327); Green value is 86 (33.98% from 255 or 26.30% from 327); Blue value is 18 (7.42% from 255 or 5.50% from 327); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5612 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5612 is #20A9ED. Grayscale: #777777. Windows color (decimal): -2140654 or 1201887. OLE color: 1201887.

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

Color convert

RGB 223 86 18 -
CMYK 0 0.61 0.92 0.13
HSL 19.9º 0.85% 0.47% -
HSV(B) 19.9º 0.92% 0.87% -
XYZ 33.87 22.39 3.11 -
YUV 119.21 70.89 202.03 -
System Red Green Blue C M Y K H S L
Decimal 223 86 18 0 0.61 0.92 0.13 19.9 0.85 0.47
Hex DF 56 12 0 3D 5C D 14 55 2F
Octal 337 126 22 0 75 134 15 24 125 57
Binary 11011111 1010110 10010 0 111101 1011100 1101 10100 1010101 101111

Color Harmonies of #DF5612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5612

Black with #DF5612

Text Example


Text Example

White with #DF5612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5612; }

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

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

background-color css

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

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

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

border-color css

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

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

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