Html Css Color HEX #DF5812 Persimmon

📋 copy color: '#DF5812'

red 223 ◦ green 88 ◦ blue 18

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

Shades of Persimmon #DF5812

Tints of Persimmon #DF5812

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.75%

 BLUE value IS 18 (7.42% from 255) = 5.47%

R = 67.78%
G = 26.75%
B = 5.47%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DF5812 (or 0xDF5812) is known color: Persimmon. HEX triplet: DF, 58 and 12. RGB value is (223,88,18). Sum of RGB (Red+Green+Blue) = 223+88+18=329 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.78% from 329); Green value is 88 (34.77% from 255 or 26.75% from 329); Blue value is 18 (7.42% from 255 or 5.47% from 329); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5812 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5812 is #20A7ED. Grayscale: #787878. Windows color (decimal): -2140142 or 1202399. OLE color: 1202399.

HSL color Cylindrical-coordinate representation of color #DF5812: hue angle of 20.49º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DF5812 is Cyan = 0, Magento = 0.61, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 88 18 -
CMYK 0 0.61 0.92 0.13
HSL 20.49º 0.85% 0.47% -
HSV(B) 20.49º 0.92% 0.87% -
XYZ 34.03 22.71 3.16 -
YUV 120.39 70.23 201.19 -
System Red Green Blue C M Y K H S L
Decimal 223 88 18 0 0.61 0.92 0.13 20.49 0.85 0.47
Hex DF 58 12 0 3D 5C D 14 55 2F
Octal 337 130 22 0 75 134 15 24 125 57
Binary 11011111 1011000 10010 0 111101 1011100 1101 10100 1010101 101111

Color Harmonies of #DF5812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5812

Black with #DF5812

Text Example


Text Example

White with #DF5812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5812; }

 p { color: rgb(223,88,18); }

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

background-color css

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

 a { background-color: rgb(223,88,18); }

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

border-color css

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

 span { border-color: rgb(223,88,18); }

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