Html Css Color HEX #DF5106 Persimmon

📋 copy color: '#DF5106'

red 223 ◦ green 81 ◦ blue 6

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

Shades of Persimmon #DF5106

Tints of Persimmon #DF5106

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.13%

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

R = 71.94%
G = 26.13%
B = 1.94%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DF5106 (or 0xDF5106) is known color: Persimmon. HEX triplet: DF, 51 and 06. RGB value is (223,81,6). Sum of RGB (Red+Green+Blue) = 223+81+6=310 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.94% from 310); Green value is 81 (32.03% from 255 or 26.13% from 310); Blue value is 6 (2.73% from 255 or 1.94% from 310); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5106 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5106 is #20AEF9. Grayscale: #737373. Windows color (decimal): -2141946 or 414175. OLE color: 414175.

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

Color convert

RGB 223 81 6 -
CMYK 0 0.64 0.97 0.13
HSL 20.74º 0.95% 0.45% -
HSV(B) 20.74º 0.97% 0.87% -
XYZ 33.41 21.59 2.58 -
YUV 114.91 66.54 205.1 -
System Red Green Blue C M Y K H S L
Decimal 223 81 6 0 0.64 0.97 0.13 20.74 0.95 0.45
Hex DF 51 6 0 40 61 D 15 5F 2D
Octal 337 121 6 0 100 141 15 25 137 55
Binary 11011111 1010001 110 0 1000000 1100001 1101 10101 1011111 101101

Color Harmonies of #DF5106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5106

Black with #DF5106

Text Example


Text Example

White with #DF5106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5106; }

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

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

background-color css

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

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

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

border-color css

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

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

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