Html Css Color HEX #DF460F Persimmon

📋 copy color: '#DF460F'

red 223 ◦ green 70 ◦ blue 15

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

Shades of Persimmon #DF460F

Tints of Persimmon #DF460F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.73%

 BLUE value IS 15 (6.25% from 255) = 4.87%

R = 72.4%
G = 22.73%
B = 4.87%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DF460F (or 0xDF460F) is known color: Persimmon. HEX triplet: DF, 46 and 0F. RGB value is (223,70,15). Sum of RGB (Red+Green+Blue) = 223+70+15=308 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.40% from 308); Green value is 70 (27.73% from 255 or 22.73% from 308); Blue value is 15 (6.25% from 255 or 4.87% from 308); Max value from RGB is 223 - color contains mainly: red. Hex color #DF460F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF460F is #20B9F0. Grayscale: #6D6D6D. Windows color (decimal): -2144753 or 1001183. OLE color: 1001183.

HSL color Cylindrical-coordinate representation of color #DF460F: hue angle of 15.87º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DF460F is Cyan = 0, Magento = 0.69, Yellow = 0.93 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 70 15 -
CMYK 0 0.69 0.93 0.13
HSL 15.87º 0.87% 0.47% -
HSV(B) 15.87º 0.93% 0.87% -
XYZ 32.71 20.1 2.61 -
YUV 109.48 74.69 208.97 -
System Red Green Blue C M Y K H S L
Decimal 223 70 15 0 0.69 0.93 0.13 15.87 0.87 0.47
Hex DF 46 F 0 45 5D D 10 57 2F
Octal 337 106 17 0 105 135 15 20 127 57
Binary 11011111 1000110 1111 0 1000101 1011101 1101 10000 1010111 101111

Color Harmonies of #DF460F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF460F

Black with #DF460F

Text Example


Text Example

White with #DF460F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF460F; }

 p { color: rgb(223,70,15); }

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

background-color css

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

 a { background-color: rgb(223,70,15); }

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

border-color css

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

 span { border-color: rgb(223,70,15); }

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