Html Css Color HEX #DF5005 Persimmon

📋 copy color: '#DF5005'

red 223 ◦ green 80 ◦ blue 5

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

Shades of Persimmon #DF5005

Tints of Persimmon #DF5005

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.97%

 BLUE value IS 5 (2.34% from 255) = 1.62%

R = 72.4%
G = 25.97%
B = 1.62%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DF5005 (or 0xDF5005) is known color: Persimmon. HEX triplet: DF, 50 and 05. RGB value is (223,80,5). Sum of RGB (Red+Green+Blue) = 223+80+5=308 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.40% from 308); Green value is 80 (31.64% from 255 or 25.97% from 308); Blue value is 5 (2.34% from 255 or 1.62% from 308); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5005 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5005 is #20AFFA. Grayscale: #727272. Windows color (decimal): -2142203 or 348383. OLE color: 348383.

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

Color convert

RGB 223 80 5 -
CMYK 0 0.64 0.98 0.13
HSL 20.64º 0.96% 0.45% -
HSV(B) 20.64º 0.98% 0.87% -
XYZ 33.33 21.44 2.52 -
YUV 114.21 66.38 205.6 -
System Red Green Blue C M Y K H S L
Decimal 223 80 5 0 0.64 0.98 0.13 20.64 0.96 0.45
Hex DF 50 5 0 40 62 D 15 60 2D
Octal 337 120 5 0 100 142 15 25 140 55
Binary 11011111 1010000 101 0 1000000 1100010 1101 10101 1100000 101101

Color Harmonies of #DF5005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5005

Black with #DF5005

Text Example


Text Example

White with #DF5005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5005; }

 p { color: rgb(223,80,5); }

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

background-color css

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

 a { background-color: rgb(223,80,5); }

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

border-color css

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

 span { border-color: rgb(223,80,5); }

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