Html Css Color HEX #DF580A Persimmon

📋 copy color: '#DF580A'

red 223 ◦ green 88 ◦ blue 10

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

Shades of Persimmon #DF580A

Tints of Persimmon #DF580A

RGB

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

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

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

R = 69.47%
G = 27.41%
B = 3.12%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DF580A (or 0xDF580A) is known color: Persimmon. HEX triplet: DF, 58 and 0A. RGB value is (223,88,10). Sum of RGB (Red+Green+Blue) = 223+88+10=321 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.47% from 321); Green value is 88 (34.77% from 255 or 27.41% from 321); Blue value is 10 (4.30% from 255 or 3.12% from 321); Max value from RGB is 223 - color contains mainly: red. Hex color #DF580A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF580A is #20A7F5. Grayscale: #777777. Windows color (decimal): -2140150 or 678111. OLE color: 678111.

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

Color convert

RGB 223 88 10 -
CMYK 0 0.61 0.96 0.13
HSL 21.97º 0.91% 0.46% -
HSV(B) 21.97º 0.96% 0.87% -
XYZ 33.98 22.69 2.88 -
YUV 119.47 66.23 201.84 -
System Red Green Blue C M Y K H S L
Decimal 223 88 10 0 0.61 0.96 0.13 21.97 0.91 0.46
Hex DF 58 A 0 3D 60 D 16 5B 2E
Octal 337 130 12 0 75 140 15 26 133 56
Binary 11011111 1011000 1010 0 111101 1100000 1101 10110 1011011 101110

Color Harmonies of #DF580A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF580A

Black with #DF580A

Text Example


Text Example

White with #DF580A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF580A; }

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

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

background-color css

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

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

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

border-color css

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

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

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