Html Css Color HEX #DF4804 Persimmon

📋 copy color: '#DF4804'

red 223 ◦ green 72 ◦ blue 4

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

Shades of Persimmon #DF4804

Tints of Persimmon #DF4804

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.08%

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

R = 74.58%
G = 24.08%
B = 1.34%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DF4804 (or 0xDF4804) is known color: Persimmon. HEX triplet: DF, 48 and 04. RGB value is (223,72,4). Sum of RGB (Red+Green+Blue) = 223+72+4=299 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.58% from 299); Green value is 72 (28.52% from 255 or 24.08% from 299); Blue value is 4 (1.95% from 255 or 1.34% from 299); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4804 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4804 is #20B7FB. Grayscale: #6D6D6D. Windows color (decimal): -2144252 or 280799. OLE color: 280799.

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

Color convert

RGB 223 72 4 -
CMYK 0 0.68 0.98 0.13
HSL 18.63º 0.96% 0.45% -
HSV(B) 18.63º 0.98% 0.87% -
XYZ 32.77 20.33 2.31 -
YUV 109.4 68.53 209.03 -
System Red Green Blue C M Y K H S L
Decimal 223 72 4 0 0.68 0.98 0.13 18.63 0.96 0.45
Hex DF 48 4 0 44 62 D 13 60 2D
Octal 337 110 4 0 104 142 15 23 140 55
Binary 11011111 1001000 100 0 1000100 1100010 1101 10011 1100000 101101

Color Harmonies of #DF4804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4804

Black with #DF4804

Text Example


Text Example

White with #DF4804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4804; }

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

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

background-color css

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

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

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

border-color css

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

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

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