Html Css Color HEX #DF6000 Persimmon

📋 copy color: '#DF6000'

red 223 ◦ green 96 ◦ blue 0

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

Shades of Persimmon #DF6000

Tints of Persimmon #DF6000

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.09%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 69.91%
G = 30.09%
B = 0%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DF6000 (or 0xDF6000) is known color: Persimmon. HEX triplet: DF, 60 and 00. RGB value is (223,96,0). Sum of RGB (Red+Green+Blue) = 223+96+0=319 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.91% from 319); Green value is 96 (37.89% from 255 or 30.09% from 319); Blue value is 0 (0.39% from 255 or 0% from 319); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6000 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF6000 is #209FFF. Grayscale: #7B7B7B. Windows color (decimal): -2138112 or 24799. OLE color: 24799.

HSL color Cylindrical-coordinate representation of color #DF6000: hue angle of 25.83º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF6000 is Cyan = 0, Magento = 0.57, Yellow = 1 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 96 0 -
CMYK 0 0.57 1 0.13
HSL 25.83º 1% 0.44% -
HSV(B) 25.83º 1% 0.87% -
XYZ 34.61 24.05 2.82 -
YUV 123.03 58.58 199.31 -
System Red Green Blue C M Y K H S L
Decimal 223 96 0 0 0.57 1 0.13 25.83 1 0.44
Hex DF 60 0 0 39 64 D 1A 64 2C
Octal 337 140 0 0 71 144 15 32 144 54
Binary 11011111 1100000 0 0 111001 1100100 1101 11010 1100100 101100

Color Harmonies of #DF6000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6000

Black with #DF6000

Text Example


Text Example

White with #DF6000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6000; }

 p { color: rgb(223,96,0); }

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

background-color css

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

 a { background-color: rgb(223,96,0); }

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

border-color css

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

 span { border-color: rgb(223,96,0); }

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