Html Css Color HEX #DF460C Persimmon

📋 copy color: '#DF460C'

red 223 ◦ green 70 ◦ blue 12

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

Shades of Persimmon #DF460C

Tints of Persimmon #DF460C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.93%

R = 73.11%
G = 22.95%
B = 3.93%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DF460C (or 0xDF460C) is known color: Persimmon. HEX triplet: DF, 46 and 0C. RGB value is (223,70,12). Sum of RGB (Red+Green+Blue) = 223+70+12=305 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.11% from 305); Green value is 70 (27.73% from 255 or 22.95% from 305); Blue value is 12 (5.08% from 255 or 3.93% from 305); Max value from RGB is 223 - color contains mainly: red. Hex color #DF460C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF460C is #20B9F3. Grayscale: #6D6D6D. Windows color (decimal): -2144756 or 804575. OLE color: 804575.

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

Color convert

RGB 223 70 12 -
CMYK 0 0.69 0.95 0.13
HSL 16.49º 0.9% 0.46% -
HSV(B) 16.49º 0.95% 0.87% -
XYZ 32.69 20.09 2.5 -
YUV 109.14 73.19 209.22 -
System Red Green Blue C M Y K H S L
Decimal 223 70 12 0 0.69 0.95 0.13 16.49 0.9 0.46
Hex DF 46 C 0 45 5F D 10 5A 2E
Octal 337 106 14 0 105 137 15 20 132 56
Binary 11011111 1000110 1100 0 1000101 1011111 1101 10000 1011010 101110

Color Harmonies of #DF460C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF460C

Black with #DF460C

Text Example


Text Example

White with #DF460C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF460C; }

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

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

background-color css

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

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

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

border-color css

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

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

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