Html Css Color HEX #DF4308 Persimmon

📋 copy color: '#DF4308'

red 223 ◦ green 67 ◦ blue 8

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

Shades of Persimmon #DF4308

Tints of Persimmon #DF4308

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.48%

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

R = 74.83%
G = 22.48%
B = 2.68%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DF4308 (or 0xDF4308) is known color: Persimmon. HEX triplet: DF, 43 and 08. RGB value is (223,67,8). Sum of RGB (Red+Green+Blue) = 223+67+8=298 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.83% from 298); Green value is 67 (26.56% from 255 or 22.48% from 298); Blue value is 8 (3.52% from 255 or 2.68% from 298); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4308 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4308 is #20BCF7. Grayscale: #6B6B6B. Windows color (decimal): -2145528 or 541663. OLE color: 541663.

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

Color convert

RGB 223 67 8 -
CMYK 0 0.70 0.96 0.13
HSL 16.47º 0.93% 0.45% -
HSV(B) 16.47º 0.96% 0.87% -
XYZ 32.48 19.72 2.32 -
YUV 106.92 72.18 210.8 -
System Red Green Blue C M Y K H S L
Decimal 223 67 8 0 0.70 0.96 0.13 16.47 0.93 0.45
Hex DF 43 8 0 46 60 D 10 5D 2D
Octal 337 103 10 0 106 140 15 20 135 55
Binary 11011111 1000011 1000 0 1000110 1100000 1101 10000 1011101 101101

Color Harmonies of #DF4308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4308

Black with #DF4308

Text Example


Text Example

White with #DF4308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4308; }

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

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

background-color css

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

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

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

border-color css

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

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

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