Html Css Color HEX #DF4908 Persimmon

📋 copy color: '#DF4908'

red 223 ◦ green 73 ◦ blue 8

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

Shades of Persimmon #DF4908

Tints of Persimmon #DF4908

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.01%

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

R = 73.36%
G = 24.01%
B = 2.63%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DF4908 (or 0xDF4908) is known color: Persimmon. HEX triplet: DF, 49 and 08. RGB value is (223,73,8). Sum of RGB (Red+Green+Blue) = 223+73+8=304 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.36% from 304); Green value is 73 (28.91% from 255 or 24.01% from 304); Blue value is 8 (3.52% from 255 or 2.63% from 304); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4908 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4908 is #20B6F7. Grayscale: #6E6E6E. Windows color (decimal): -2143992 or 543199. OLE color: 543199.

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

Color convert

RGB 223 73 8 -
CMYK 0 0.67 0.96 0.13
HSL 18.14º 0.93% 0.45% -
HSV(B) 18.14º 0.96% 0.87% -
XYZ 32.86 20.47 2.45 -
YUV 110.44 70.2 208.29 -
System Red Green Blue C M Y K H S L
Decimal 223 73 8 0 0.67 0.96 0.13 18.14 0.93 0.45
Hex DF 49 8 0 43 60 D 12 5D 2D
Octal 337 111 10 0 103 140 15 22 135 55
Binary 11011111 1001001 1000 0 1000011 1100000 1101 10010 1011101 101101

Color Harmonies of #DF4908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4908

Black with #DF4908

Text Example


Text Example

White with #DF4908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4908; }

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

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

background-color css

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

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

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

border-color css

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

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

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