Html Css Color HEX #DF5308 Persimmon

📋 copy color: '#DF5308'

red 223 ◦ green 83 ◦ blue 8

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

Shades of Persimmon #DF5308

Tints of Persimmon #DF5308

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.43%

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

R = 71.02%
G = 26.43%
B = 2.55%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DF5308 (or 0xDF5308) is known color: Persimmon. HEX triplet: DF, 53 and 08. RGB value is (223,83,8). Sum of RGB (Red+Green+Blue) = 223+83+8=314 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.02% from 314); Green value is 83 (32.81% from 255 or 26.43% from 314); Blue value is 8 (3.52% from 255 or 2.55% from 314); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5308 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5308 is #20ACF7. Grayscale: #747474. Windows color (decimal): -2141432 or 545759. OLE color: 545759.

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

Color convert

RGB 223 83 8 -
CMYK 0 0.63 0.96 0.13
HSL 20.93º 0.93% 0.45% -
HSV(B) 20.93º 0.96% 0.87% -
XYZ 33.57 21.89 2.69 -
YUV 116.31 66.88 204.1 -
System Red Green Blue C M Y K H S L
Decimal 223 83 8 0 0.63 0.96 0.13 20.93 0.93 0.45
Hex DF 53 8 0 3F 60 D 15 5D 2D
Octal 337 123 10 0 77 140 15 25 135 55
Binary 11011111 1010011 1000 0 111111 1100000 1101 10101 1011101 101101

Color Harmonies of #DF5308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5308

Black with #DF5308

Text Example


Text Example

White with #DF5308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5308; }

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

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

background-color css

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

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

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

border-color css

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

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

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