Html Css Color HEX #DF4A08 Persimmon

📋 copy color: '#DF4A08'

red 223 ◦ green 74 ◦ blue 8

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

Shades of Persimmon #DF4A08

Tints of Persimmon #DF4A08

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.26%

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

R = 73.11%
G = 24.26%
B = 2.62%

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

#DF4A08 (or 0xDF4A08) is known color: Persimmon. HEX triplet: DF, 4A and 08. RGB value is (223,74,8). Sum of RGB (Red+Green+Blue) = 223+74+8=305 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.11% from 305); Green value is 74 (29.30% from 255 or 24.26% from 305); Blue value is 8 (3.52% from 255 or 2.62% from 305); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4A08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4A08 is #20B5F7. Grayscale: #6F6F6F. Windows color (decimal): -2143736 or 543455. OLE color: 543455.

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

Color convert

RGB 223 74 8 -
CMYK 0 0.67 0.96 0.13
HSL 18.42º 0.93% 0.45% -
HSV(B) 18.42º 0.96% 0.87% -
XYZ 32.92 20.6 2.47 -
YUV 111.03 69.86 207.87 -
System Red Green Blue C M Y K H S L
Decimal 223 74 8 0 0.67 0.96 0.13 18.42 0.93 0.45
Hex DF 4A 8 0 43 60 D 12 5D 2D
Octal 337 112 10 0 103 140 15 22 135 55
Binary 11011111 1001010 1000 0 1000011 1100000 1101 10010 1011101 101101

Color Harmonies of #DF4A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4A08

Black with #DF4A08

Text Example


Text Example

White with #DF4A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4A08; }

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

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

background-color css

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

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

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

border-color css

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

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

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