Html Css Color HEX #DF6309 Persimmon

📋 copy color: '#DF6309'

red 223 ◦ green 99 ◦ blue 9

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

Shades of Persimmon #DF6309

Tints of Persimmon #DF6309

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.91%

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

R = 67.37%
G = 29.91%
B = 2.72%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DF6309 (or 0xDF6309) is known color: Persimmon. HEX triplet: DF, 63 and 09. RGB value is (223,99,9). Sum of RGB (Red+Green+Blue) = 223+99+9=331 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.37% from 331); Green value is 99 (39.06% from 255 or 29.91% from 331); Blue value is 9 (3.91% from 255 or 2.72% from 331); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6309 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF6309 is #209CF6. Grayscale: #7E7E7E. Windows color (decimal): -2137335 or 615391. OLE color: 615391.

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

Color convert

RGB 223 99 9 -
CMYK 0 0.56 0.96 0.13
HSL 25.23º 0.92% 0.45% -
HSV(B) 25.23º 0.96% 0.87% -
XYZ 34.94 24.63 3.17 -
YUV 125.82 62.08 197.32 -
System Red Green Blue C M Y K H S L
Decimal 223 99 9 0 0.56 0.96 0.13 25.23 0.92 0.45
Hex DF 63 9 0 38 60 D 19 5C 2D
Octal 337 143 11 0 70 140 15 31 134 55
Binary 11011111 1100011 1001 0 111000 1100000 1101 11001 1011100 101101

Color Harmonies of #DF6309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6309

Black with #DF6309

Text Example


Text Example

White with #DF6309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6309; }

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

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

background-color css

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

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

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

border-color css

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

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

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