Html Css Color HEX #DF580F Persimmon

📋 copy color: '#DF580F'

red 223 ◦ green 88 ◦ blue 15

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

Shades of Persimmon #DF580F

Tints of Persimmon #DF580F

RGB

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

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

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

R = 68.4%
G = 26.99%
B = 4.6%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DF580F (or 0xDF580F) is known color: Persimmon. HEX triplet: DF, 58 and 0F. RGB value is (223,88,15). Sum of RGB (Red+Green+Blue) = 223+88+15=326 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.40% from 326); Green value is 88 (34.77% from 255 or 26.99% from 326); Blue value is 15 (6.25% from 255 or 4.60% from 326); Max value from RGB is 223 - color contains mainly: red. Hex color #DF580F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF580F is #20A7F0. Grayscale: #787878. Windows color (decimal): -2140145 or 1005791. OLE color: 1005791.

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

Color convert

RGB 223 88 15 -
CMYK 0 0.61 0.93 0.13
HSL 21.06º 0.87% 0.47% -
HSV(B) 21.06º 0.93% 0.87% -
XYZ 34.01 22.7 3.04 -
YUV 120.04 68.73 201.44 -
System Red Green Blue C M Y K H S L
Decimal 223 88 15 0 0.61 0.93 0.13 21.06 0.87 0.47
Hex DF 58 F 0 3D 5D D 15 57 2F
Octal 337 130 17 0 75 135 15 25 127 57
Binary 11011111 1011000 1111 0 111101 1011101 1101 10101 1010111 101111

Color Harmonies of #DF580F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF580F

Black with #DF580F

Text Example


Text Example

White with #DF580F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF580F; }

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

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

background-color css

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

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

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

border-color css

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

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

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