Html Css Color HEX #DF5F0C Persimmon

📋 copy color: '#DF5F0C'

red 223 ◦ green 95 ◦ blue 12

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

Shades of Persimmon #DF5F0C

Tints of Persimmon #DF5F0C

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.79%

 BLUE value IS 12 (5.08% from 255) = 3.64%

R = 67.58%
G = 28.79%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DF5F0C (or 0xDF5F0C) is known color: Persimmon. HEX triplet: DF, 5F and 0C. RGB value is (223,95,12). Sum of RGB (Red+Green+Blue) = 223+95+12=330 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.58% from 330); Green value is 95 (37.5% from 255 or 28.79% from 330); Blue value is 12 (5.08% from 255 or 3.64% from 330); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5F0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5F0C is #20A0F3. Grayscale: #7C7C7C. Windows color (decimal): -2138356 or 810975. OLE color: 810975.

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

Color convert

RGB 223 95 12 -
CMYK 0 0.57 0.95 0.13
HSL 23.6º 0.9% 0.46% -
HSV(B) 23.6º 0.95% 0.87% -
XYZ 34.59 23.9 3.14 -
YUV 123.81 64.91 198.75 -
System Red Green Blue C M Y K H S L
Decimal 223 95 12 0 0.57 0.95 0.13 23.6 0.9 0.46
Hex DF 5F C 0 39 5F D 18 5A 2E
Octal 337 137 14 0 71 137 15 30 132 56
Binary 11011111 1011111 1100 0 111001 1011111 1101 11000 1011010 101110

Color Harmonies of #DF5F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5F0C

Black with #DF5F0C

Text Example


Text Example

White with #DF5F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5F0C; }

 p { color: rgb(223,95,12); }

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

background-color css

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

 a { background-color: rgb(223,95,12); }

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

border-color css

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

 span { border-color: rgb(223,95,12); }

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