Html Css Color HEX #DF5305 Persimmon

📋 copy color: '#DF5305'

red 223 ◦ green 83 ◦ blue 5

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

Shades of Persimmon #DF5305

Tints of Persimmon #DF5305

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.69%

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

R = 71.7%
G = 26.69%
B = 1.61%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DF5305 (or 0xDF5305) is known color: Persimmon. HEX triplet: DF, 53 and 05. RGB value is (223,83,5). Sum of RGB (Red+Green+Blue) = 223+83+5=311 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.70% from 311); Green value is 83 (32.81% from 255 or 26.69% from 311); Blue value is 5 (2.34% from 255 or 1.61% from 311); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5305 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5305 is #20ACFA. Grayscale: #747474. Windows color (decimal): -2141435 or 349151. OLE color: 349151.

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

Color convert

RGB 223 83 5 -
CMYK 0 0.63 0.98 0.13
HSL 21.47º 0.96% 0.45% -
HSV(B) 21.47º 0.98% 0.87% -
XYZ 33.55 21.89 2.6 -
YUV 115.97 65.38 204.34 -
System Red Green Blue C M Y K H S L
Decimal 223 83 5 0 0.63 0.98 0.13 21.47 0.96 0.45
Hex DF 53 5 0 3F 62 D 15 60 2D
Octal 337 123 5 0 77 142 15 25 140 55
Binary 11011111 1010011 101 0 111111 1100010 1101 10101 1100000 101101

Color Harmonies of #DF5305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5305

Black with #DF5305

Text Example


Text Example

White with #DF5305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5305; }

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

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

background-color css

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

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

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

border-color css

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

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

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