Html Css Color HEX #DF520C Persimmon

📋 copy color: '#DF520C'

red 223 ◦ green 82 ◦ blue 12

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

Shades of Persimmon #DF520C

Tints of Persimmon #DF520C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.87%

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

R = 70.35%
G = 25.87%
B = 3.79%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DF520C (or 0xDF520C) is known color: Persimmon. HEX triplet: DF, 52 and 0C. RGB value is (223,82,12). Sum of RGB (Red+Green+Blue) = 223+82+12=317 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.35% from 317); Green value is 82 (32.42% from 255 or 25.87% from 317); Blue value is 12 (5.08% from 255 or 3.79% from 317); Max value from RGB is 223 - color contains mainly: red. Hex color #DF520C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF520C is #20ADF3. Grayscale: #747474. Windows color (decimal): -2141684 or 807647. OLE color: 807647.

HSL color Cylindrical-coordinate representation of color #DF520C: hue angle of 19.91º 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 #DF520C is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 82 12 -
CMYK 0 0.63 0.95 0.13
HSL 19.91º 0.9% 0.46% -
HSV(B) 19.91º 0.95% 0.87% -
XYZ 33.52 21.75 2.78 -
YUV 116.18 69.21 204.19 -
System Red Green Blue C M Y K H S L
Decimal 223 82 12 0 0.63 0.95 0.13 19.91 0.9 0.46
Hex DF 52 C 0 3F 5F D 14 5A 2E
Octal 337 122 14 0 77 137 15 24 132 56
Binary 11011111 1010010 1100 0 111111 1011111 1101 10100 1011010 101110

Color Harmonies of #DF520C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF520C

Black with #DF520C

Text Example


Text Example

White with #DF520C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF520C; }

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

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

background-color css

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

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

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

border-color css

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

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

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