Html Css Color HEX #DF5304 Persimmon

📋 copy color: '#DF5304'

red 223 ◦ green 83 ◦ blue 4

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

Shades of Persimmon #DF5304

Tints of Persimmon #DF5304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.29%

R = 71.94%
G = 26.77%
B = 1.29%

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

#DF5304 (or 0xDF5304) is known color: Persimmon. HEX triplet: DF, 53 and 04. RGB value is (223,83,4). Sum of RGB (Red+Green+Blue) = 223+83+4=310 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.94% from 310); Green value is 83 (32.81% from 255 or 26.77% from 310); Blue value is 4 (1.95% from 255 or 1.29% from 310); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5304 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5304 is #20ACFB. Grayscale: #747474. Windows color (decimal): -2141436 or 283615. OLE color: 283615.

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

Color convert

RGB 223 83 4 -
CMYK 0 0.63 0.98 0.13
HSL 21.64º 0.96% 0.45% -
HSV(B) 21.64º 0.98% 0.87% -
XYZ 33.55 21.88 2.57 -
YUV 115.85 64.88 204.42 -
System Red Green Blue C M Y K H S L
Decimal 223 83 4 0 0.63 0.98 0.13 21.64 0.96 0.45
Hex DF 53 4 0 3F 62 D 16 60 2D
Octal 337 123 4 0 77 142 15 26 140 55
Binary 11011111 1010011 100 0 111111 1100010 1101 10110 1100000 101101

Color Harmonies of #DF5304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5304

Black with #DF5304

Text Example


Text Example

White with #DF5304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5304; }

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

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

background-color css

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

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

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

border-color css

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

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

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