Html Css Color HEX #DF600D Persimmon

📋 copy color: '#DF600D'

red 223 ◦ green 96 ◦ blue 13

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

Shades of Persimmon #DF600D

Tints of Persimmon #DF600D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.92%

R = 67.17%
G = 28.92%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DF600D (or 0xDF600D) is known color: Persimmon. HEX triplet: DF, 60 and 0D. RGB value is (223,96,13). Sum of RGB (Red+Green+Blue) = 223+96+13=332 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.17% from 332); Green value is 96 (37.89% from 255 or 28.92% from 332); Blue value is 13 (5.47% from 255 or 3.92% from 332); Max value from RGB is 223 - color contains mainly: red. Hex color #DF600D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF600D is #209FF2. Grayscale: #7C7C7C. Windows color (decimal): -2138099 or 876767. OLE color: 876767.

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

Color convert

RGB 223 96 13 -
CMYK 0 0.57 0.94 0.13
HSL 23.71º 0.89% 0.46% -
HSV(B) 23.71º 0.94% 0.87% -
XYZ 34.69 24.08 3.2 -
YUV 124.51 65.08 198.25 -
System Red Green Blue C M Y K H S L
Decimal 223 96 13 0 0.57 0.94 0.13 23.71 0.89 0.46
Hex DF 60 D 0 39 5E D 18 59 2E
Octal 337 140 15 0 71 136 15 30 131 56
Binary 11011111 1100000 1101 0 111001 1011110 1101 11000 1011001 101110

Color Harmonies of #DF600D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF600D

Black with #DF600D

Text Example


Text Example

White with #DF600D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF600D; }

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

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

background-color css

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

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

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

border-color css

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

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

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