Html Css Color HEX #DF580D Persimmon

📋 copy color: '#DF580D'

red 223 ◦ green 88 ◦ blue 13

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

Shades of Persimmon #DF580D

Tints of Persimmon #DF580D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.16%

 BLUE value IS 13 (5.47% from 255) = 4.01%

R = 68.83%
G = 27.16%
B = 4.01%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DF580D (or 0xDF580D) is known color: Persimmon. HEX triplet: DF, 58 and 0D. RGB value is (223,88,13). Sum of RGB (Red+Green+Blue) = 223+88+13=324 (42% of max value = 765). Red value is 223 (87.5% from 255 or 68.83% from 324); Green value is 88 (34.77% from 255 or 27.16% from 324); Blue value is 13 (5.47% from 255 or 4.01% from 324); Max value from RGB is 223 - color contains mainly: red. Hex color #DF580D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF580D is #20A7F2. Grayscale: #787878. Windows color (decimal): -2140147 or 874719. OLE color: 874719.

HSL color Cylindrical-coordinate representation of color #DF580D: hue angle of 21.43º degrees, saturation: 0.89, 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 #DF580D is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 88 13 -
CMYK 0 0.61 0.94 0.13
HSL 21.43º 0.89% 0.46% -
HSV(B) 21.43º 0.94% 0.87% -
XYZ 33.99 22.7 2.97 -
YUV 119.82 67.73 201.6 -
System Red Green Blue C M Y K H S L
Decimal 223 88 13 0 0.61 0.94 0.13 21.43 0.89 0.46
Hex DF 58 D 0 3D 5E D 15 59 2E
Octal 337 130 15 0 75 136 15 25 131 56
Binary 11011111 1011000 1101 0 111101 1011110 1101 10101 1011001 101110

Color Harmonies of #DF580D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF580D

Black with #DF580D

Text Example


Text Example

White with #DF580D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF580D; }

 p { color: rgb(223,88,13); }

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

background-color css

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

 a { background-color: rgb(223,88,13); }

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

border-color css

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

 span { border-color: rgb(223,88,13); }

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