Html Css Color HEX #DF4304 Persimmon

📋 copy color: '#DF4304'

red 223 ◦ green 67 ◦ blue 4

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

Shades of Persimmon #DF4304

Tints of Persimmon #DF4304

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.79%

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

R = 75.85%
G = 22.79%
B = 1.36%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DF4304 (or 0xDF4304) is known color: Persimmon. HEX triplet: DF, 43 and 04. RGB value is (223,67,4). Sum of RGB (Red+Green+Blue) = 223+67+4=294 (38% of max value = 765). Red value is 223 (87.5% from 255 or 75.85% from 294); Green value is 67 (26.56% from 255 or 22.79% from 294); Blue value is 4 (1.95% from 255 or 1.36% from 294); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4304 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4304 is #20BCFB. Grayscale: #6A6A6A. Windows color (decimal): -2145532 or 279519. OLE color: 279519.

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

Color convert

RGB 223 67 4 -
CMYK 0 0.70 0.98 0.13
HSL 17.26º 0.96% 0.45% -
HSV(B) 17.26º 0.98% 0.87% -
XYZ 32.46 19.71 2.21 -
YUV 106.46 70.18 211.12 -
System Red Green Blue C M Y K H S L
Decimal 223 67 4 0 0.70 0.98 0.13 17.26 0.96 0.45
Hex DF 43 4 0 46 62 D 11 60 2D
Octal 337 103 4 0 106 142 15 21 140 55
Binary 11011111 1000011 100 0 1000110 1100010 1101 10001 1100000 101101

Color Harmonies of #DF4304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4304

Black with #DF4304

Text Example


Text Example

White with #DF4304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4304; }

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

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

background-color css

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

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

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

border-color css

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

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

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