Html Css Color HEX #DF5309 Persimmon

📋 copy color: '#DF5309'

red 223 ◦ green 83 ◦ blue 9

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

Shades of Persimmon #DF5309

Tints of Persimmon #DF5309

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.86%

R = 70.79%
G = 26.35%
B = 2.86%

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

#DF5309 (or 0xDF5309) is known color: Persimmon. HEX triplet: DF, 53 and 09. RGB value is (223,83,9). Sum of RGB (Red+Green+Blue) = 223+83+9=315 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.79% from 315); Green value is 83 (32.81% from 255 or 26.35% from 315); Blue value is 9 (3.91% from 255 or 2.86% from 315); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5309 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5309 is #20ACF6. Grayscale: #747474. Windows color (decimal): -2141431 or 611295. OLE color: 611295.

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

Color convert

RGB 223 83 9 -
CMYK 0 0.63 0.96 0.13
HSL 20.75º 0.92% 0.45% -
HSV(B) 20.75º 0.96% 0.87% -
XYZ 33.57 21.89 2.71 -
YUV 116.42 67.38 204.02 -
System Red Green Blue C M Y K H S L
Decimal 223 83 9 0 0.63 0.96 0.13 20.75 0.92 0.45
Hex DF 53 9 0 3F 60 D 15 5C 2D
Octal 337 123 11 0 77 140 15 25 134 55
Binary 11011111 1010011 1001 0 111111 1100000 1101 10101 1011100 101101

Color Harmonies of #DF5309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5309

Black with #DF5309

Text Example


Text Example

White with #DF5309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5309; }

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

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

background-color css

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

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

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

border-color css

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

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

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