Html Css Color HEX #DF6308 Persimmon

📋 copy color: '#DF6308'

red 223 ◦ green 99 ◦ blue 8

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

Shades of Persimmon #DF6308

Tints of Persimmon #DF6308

RGB

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

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

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

R = 67.58%
G = 30%
B = 2.42%

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

#DF6308 (or 0xDF6308) is known color: Persimmon. HEX triplet: DF, 63 and 08. RGB value is (223,99,8). Sum of RGB (Red+Green+Blue) = 223+99+8=330 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.58% from 330); Green value is 99 (39.06% from 255 or 30% from 330); Blue value is 8 (3.52% from 255 or 2.42% from 330); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6308 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF6308 is #209CF7. Grayscale: #7E7E7E. Windows color (decimal): -2137336 or 549855. OLE color: 549855.

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

Color convert

RGB 223 99 8 -
CMYK 0 0.56 0.96 0.13
HSL 25.4º 0.93% 0.45% -
HSV(B) 25.4º 0.96% 0.87% -
XYZ 34.94 24.63 3.14 -
YUV 125.7 61.58 197.4 -
System Red Green Blue C M Y K H S L
Decimal 223 99 8 0 0.56 0.96 0.13 25.4 0.93 0.45
Hex DF 63 8 0 38 60 D 19 5D 2D
Octal 337 143 10 0 70 140 15 31 135 55
Binary 11011111 1100011 1000 0 111000 1100000 1101 11001 1011101 101101

Color Harmonies of #DF6308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6308

Black with #DF6308

Text Example


Text Example

White with #DF6308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6308; }

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

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

background-color css

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

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

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

border-color css

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

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

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