Html Css Color HEX #DF4605 Persimmon

📋 copy color: '#DF4605'

red 223 ◦ green 70 ◦ blue 5

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

Shades of Persimmon #DF4605

Tints of Persimmon #DF4605

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.49%

 BLUE value IS 5 (2.34% from 255) = 1.68%

R = 74.83%
G = 23.49%
B = 1.68%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DF4605 (or 0xDF4605) is known color: Persimmon. HEX triplet: DF, 46 and 05. RGB value is (223,70,5). Sum of RGB (Red+Green+Blue) = 223+70+5=298 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.83% from 298); Green value is 70 (27.73% from 255 or 23.49% from 298); Blue value is 5 (2.34% from 255 or 1.68% from 298); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4605 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4605 is #20B9FA. Grayscale: #6C6C6C. Windows color (decimal): -2144763 or 345823. OLE color: 345823.

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

Color convert

RGB 223 70 5 -
CMYK 0 0.69 0.98 0.13
HSL 17.89º 0.96% 0.45% -
HSV(B) 17.89º 0.98% 0.87% -
XYZ 32.65 20.08 2.3 -
YUV 108.34 69.69 209.79 -
System Red Green Blue C M Y K H S L
Decimal 223 70 5 0 0.69 0.98 0.13 17.89 0.96 0.45
Hex DF 46 5 0 45 62 D 12 60 2D
Octal 337 106 5 0 105 142 15 22 140 55
Binary 11011111 1000110 101 0 1000101 1100010 1101 10010 1100000 101101

Color Harmonies of #DF4605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4605

Black with #DF4605

Text Example


Text Example

White with #DF4605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4605; }

 p { color: rgb(223,70,5); }

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

background-color css

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

 a { background-color: rgb(223,70,5); }

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

border-color css

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

 span { border-color: rgb(223,70,5); }

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