Html Css Color HEX #DF540A Persimmon

📋 copy color: '#DF540A'

red 223 ◦ green 84 ◦ blue 10

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

Shades of Persimmon #DF540A

Tints of Persimmon #DF540A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.5%

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

R = 70.35%
G = 26.5%
B = 3.15%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DF540A (or 0xDF540A) is known color: Persimmon. HEX triplet: DF, 54 and 0A. RGB value is (223,84,10). Sum of RGB (Red+Green+Blue) = 223+84+10=317 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.35% from 317); Green value is 84 (33.20% from 255 or 26.50% from 317); Blue value is 10 (4.30% from 255 or 3.15% from 317); Max value from RGB is 223 - color contains mainly: red. Hex color #DF540A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF540A is #20ABF5. Grayscale: #757575. Windows color (decimal): -2141174 or 677087. OLE color: 677087.

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

Color convert

RGB 223 84 10 -
CMYK 0 0.62 0.96 0.13
HSL 20.85º 0.91% 0.46% -
HSV(B) 20.85º 0.96% 0.87% -
XYZ 33.66 22.05 2.77 -
YUV 117.13 67.55 203.52 -
System Red Green Blue C M Y K H S L
Decimal 223 84 10 0 0.62 0.96 0.13 20.85 0.91 0.46
Hex DF 54 A 0 3E 60 D 15 5B 2E
Octal 337 124 12 0 76 140 15 25 133 56
Binary 11011111 1010100 1010 0 111110 1100000 1101 10101 1011011 101110

Color Harmonies of #DF540A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF540A

Black with #DF540A

Text Example


Text Example

White with #DF540A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF540A; }

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

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

background-color css

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

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

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

border-color css

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

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

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