Html Css Color HEX #DF5806 Persimmon

📋 copy color: '#DF5806'

red 223 ◦ green 88 ◦ blue 6

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

Shades of Persimmon #DF5806

Tints of Persimmon #DF5806

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.89%

R = 70.35%
G = 27.76%
B = 1.89%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DF5806 (or 0xDF5806) is known color: Persimmon. HEX triplet: DF, 58 and 06. RGB value is (223,88,6). Sum of RGB (Red+Green+Blue) = 223+88+6=317 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.35% from 317); Green value is 88 (34.77% from 255 or 27.76% from 317); Blue value is 6 (2.73% from 255 or 1.89% from 317); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5806 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5806 is #20A7F9. Grayscale: #777777. Windows color (decimal): -2140154 or 415967. OLE color: 415967.

HSL color Cylindrical-coordinate representation of color #DF5806: hue angle of 22.67º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DF5806 is Cyan = 0, Magento = 0.61, Yellow = 0.97 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 88 6 -
CMYK 0 0.61 0.97 0.13
HSL 22.67º 0.95% 0.45% -
HSV(B) 22.67º 0.97% 0.87% -
XYZ 33.95 22.68 2.76 -
YUV 119.02 64.23 202.17 -
System Red Green Blue C M Y K H S L
Decimal 223 88 6 0 0.61 0.97 0.13 22.67 0.95 0.45
Hex DF 58 6 0 3D 61 D 17 5F 2D
Octal 337 130 6 0 75 141 15 27 137 55
Binary 11011111 1011000 110 0 111101 1100001 1101 10111 1011111 101101

Color Harmonies of #DF5806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5806

Black with #DF5806

Text Example


Text Example

White with #DF5806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5806; }

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

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

background-color css

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

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

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

border-color css

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

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

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