Html Css Color HEX #DF510A Persimmon

📋 copy color: '#DF510A'

red 223 ◦ green 81 ◦ blue 10

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

Shades of Persimmon #DF510A

Tints of Persimmon #DF510A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.8%

 BLUE value IS 10 (4.3% from 255) = 3.18%

R = 71.02%
G = 25.8%
B = 3.18%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DF510A (or 0xDF510A) is known color: Persimmon. HEX triplet: DF, 51 and 0A. RGB value is (223,81,10). Sum of RGB (Red+Green+Blue) = 223+81+10=314 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.02% from 314); Green value is 81 (32.03% from 255 or 25.80% from 314); Blue value is 10 (4.30% from 255 or 3.18% from 314); Max value from RGB is 223 - color contains mainly: red. Hex color #DF510A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF510A is #20AEF5. Grayscale: #737373. Windows color (decimal): -2141942 or 676319. OLE color: 676319.

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

Color convert

RGB 223 81 10 -
CMYK 0 0.64 0.96 0.13
HSL 20º 0.91% 0.46% -
HSV(B) 20º 0.96% 0.87% -
XYZ 33.43 21.59 2.69 -
YUV 115.36 68.54 204.77 -
System Red Green Blue C M Y K H S L
Decimal 223 81 10 0 0.64 0.96 0.13 20 0.91 0.46
Hex DF 51 A 0 40 60 D 14 5B 2E
Octal 337 121 12 0 100 140 15 24 133 56
Binary 11011111 1010001 1010 0 1000000 1100000 1101 10100 1011011 101110

Color Harmonies of #DF510A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF510A

Black with #DF510A

Text Example


Text Example

White with #DF510A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF510A; }

 p { color: rgb(223,81,10); }

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

background-color css

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

 a { background-color: rgb(223,81,10); }

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

border-color css

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

 span { border-color: rgb(223,81,10); }

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