Html Css Color HEX #DF6306 Persimmon

📋 copy color: '#DF6306'

red 223 ◦ green 99 ◦ blue 6

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

Shades of Persimmon #DF6306

Tints of Persimmon #DF6306

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.83%

R = 67.99%
G = 30.18%
B = 1.83%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DF6306 (or 0xDF6306) is known color: Persimmon. HEX triplet: DF, 63 and 06. RGB value is (223,99,6). Sum of RGB (Red+Green+Blue) = 223+99+6=328 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.99% from 328); Green value is 99 (39.06% from 255 or 30.18% from 328); Blue value is 6 (2.73% from 255 or 1.83% from 328); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6306 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF6306 is #209CF9. Grayscale: #7D7D7D. Windows color (decimal): -2137338 or 418783. OLE color: 418783.

HSL color Cylindrical-coordinate representation of color #DF6306: hue angle of 25.71º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DF6306 is Cyan = 0, Magento = 0.56, Yellow = 0.97 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 99 6 -
CMYK 0 0.56 0.97 0.13
HSL 25.71º 0.95% 0.45% -
HSV(B) 25.71º 0.97% 0.87% -
XYZ 34.93 24.62 3.08 -
YUV 125.47 60.58 197.56 -
System Red Green Blue C M Y K H S L
Decimal 223 99 6 0 0.56 0.97 0.13 25.71 0.95 0.45
Hex DF 63 6 0 38 61 D 1A 5F 2D
Octal 337 143 6 0 70 141 15 32 137 55
Binary 11011111 1100011 110 0 111000 1100001 1101 11010 1011111 101101

Color Harmonies of #DF6306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6306

Black with #DF6306

Text Example


Text Example

White with #DF6306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6306; }

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

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

background-color css

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

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

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

border-color css

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

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

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