Html Css Color HEX #DF550D Persimmon

📋 copy color: '#DF550D'

red 223 ◦ green 85 ◦ blue 13

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

Shades of Persimmon #DF550D

Tints of Persimmon #DF550D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.48%

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

R = 69.47%
G = 26.48%
B = 4.05%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DF550D (or 0xDF550D) is known color: Persimmon. HEX triplet: DF, 55 and 0D. RGB value is (223,85,13). Sum of RGB (Red+Green+Blue) = 223+85+13=321 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.47% from 321); Green value is 85 (33.59% from 255 or 26.48% from 321); Blue value is 13 (5.47% from 255 or 4.05% from 321); Max value from RGB is 223 - color contains mainly: red. Hex color #DF550D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF550D is #20AAF2. Grayscale: #767676. Windows color (decimal): -2140915 or 873951. OLE color: 873951.

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

Color convert

RGB 223 85 13 -
CMYK 0 0.62 0.94 0.13
HSL 20.57º 0.89% 0.46% -
HSV(B) 20.57º 0.94% 0.87% -
XYZ 33.75 22.21 2.89 -
YUV 118.05 68.72 202.85 -
System Red Green Blue C M Y K H S L
Decimal 223 85 13 0 0.62 0.94 0.13 20.57 0.89 0.46
Hex DF 55 D 0 3E 5E D 15 59 2E
Octal 337 125 15 0 76 136 15 25 131 56
Binary 11011111 1010101 1101 0 111110 1011110 1101 10101 1011001 101110

Color Harmonies of #DF550D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF550D

Black with #DF550D

Text Example


Text Example

White with #DF550D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF550D; }

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

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

background-color css

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

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

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

border-color css

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

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

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