Html Css Color HEX #DF600E Persimmon

📋 copy color: '#DF600E'

red 223 ◦ green 96 ◦ blue 14

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

Shades of Persimmon #DF600E

Tints of Persimmon #DF600E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.83%

 BLUE value IS 14 (5.86% from 255) = 4.2%

R = 66.97%
G = 28.83%
B = 4.2%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DF600E (or 0xDF600E) is known color: Persimmon. HEX triplet: DF, 60 and 0E. RGB value is (223,96,14). Sum of RGB (Red+Green+Blue) = 223+96+14=333 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.97% from 333); Green value is 96 (37.89% from 255 or 28.83% from 333); Blue value is 14 (5.86% from 255 or 4.20% from 333); Max value from RGB is 223 - color contains mainly: red. Hex color #DF600E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF600E is #209FF1. Grayscale: #7D7D7D. Windows color (decimal): -2138098 or 942303. OLE color: 942303.

HSL color Cylindrical-coordinate representation of color #DF600E: hue angle of 23.54º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF600E is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 96 14 -
CMYK 0 0.57 0.94 0.13
HSL 23.54º 0.88% 0.46% -
HSV(B) 23.54º 0.94% 0.87% -
XYZ 34.69 24.09 3.24 -
YUV 124.63 65.58 198.17 -
System Red Green Blue C M Y K H S L
Decimal 223 96 14 0 0.57 0.94 0.13 23.54 0.88 0.46
Hex DF 60 E 0 39 5E D 18 58 2E
Octal 337 140 16 0 71 136 15 30 130 56
Binary 11011111 1100000 1110 0 111001 1011110 1101 11000 1011000 101110

Color Harmonies of #DF600E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF600E

Black with #DF600E

Text Example


Text Example

White with #DF600E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF600E; }

 p { color: rgb(223,96,14); }

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

background-color css

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

 a { background-color: rgb(223,96,14); }

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

border-color css

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

 span { border-color: rgb(223,96,14); }

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