Html Css Color HEX #DF4708 Persimmon

📋 copy color: '#DF4708'

red 223 ◦ green 71 ◦ blue 8

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

Shades of Persimmon #DF4708

Tints of Persimmon #DF4708

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.51%

 BLUE value IS 8 (3.52% from 255) = 2.65%

R = 73.84%
G = 23.51%
B = 2.65%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DF4708 (or 0xDF4708) is known color: Persimmon. HEX triplet: DF, 47 and 08. RGB value is (223,71,8). Sum of RGB (Red+Green+Blue) = 223+71+8=302 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.84% from 302); Green value is 71 (28.12% from 255 or 23.51% from 302); Blue value is 8 (3.52% from 255 or 2.65% from 302); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4708 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4708 is #20B8F7. Grayscale: #6D6D6D. Windows color (decimal): -2144504 or 542687. OLE color: 542687.

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

Color convert

RGB 223 71 8 -
CMYK 0 0.68 0.96 0.13
HSL 17.58º 0.93% 0.45% -
HSV(B) 17.58º 0.96% 0.87% -
XYZ 32.73 20.21 2.41 -
YUV 109.27 70.86 209.12 -
System Red Green Blue C M Y K H S L
Decimal 223 71 8 0 0.68 0.96 0.13 17.58 0.93 0.45
Hex DF 47 8 0 44 60 D 12 5D 2D
Octal 337 107 10 0 104 140 15 22 135 55
Binary 11011111 1000111 1000 0 1000100 1100000 1101 10010 1011101 101101

Color Harmonies of #DF4708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4708

Black with #DF4708

Text Example


Text Example

White with #DF4708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4708; }

 p { color: rgb(223,71,8); }

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

background-color css

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

 a { background-color: rgb(223,71,8); }

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

border-color css

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

 span { border-color: rgb(223,71,8); }

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