Html Css Color HEX #DF4A0D Persimmon

📋 copy color: '#DF4A0D'

red 223 ◦ green 74 ◦ blue 13

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

Shades of Persimmon #DF4A0D

Tints of Persimmon #DF4A0D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.87%

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

R = 71.94%
G = 23.87%
B = 4.19%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DF4A0D (or 0xDF4A0D) is known color: Persimmon. HEX triplet: DF, 4A and 0D. RGB value is (223,74,13). Sum of RGB (Red+Green+Blue) = 223+74+13=310 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.94% from 310); Green value is 74 (29.30% from 255 or 23.87% from 310); Blue value is 13 (5.47% from 255 or 4.19% from 310); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4A0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4A0D is #20B5F2. Grayscale: #6F6F6F. Windows color (decimal): -2143731 or 871135. OLE color: 871135.

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

Color convert

RGB 223 74 13 -
CMYK 0 0.67 0.94 0.13
HSL 17.43º 0.89% 0.46% -
HSV(B) 17.43º 0.94% 0.87% -
XYZ 32.95 20.61 2.62 -
YUV 111.6 72.36 207.46 -
System Red Green Blue C M Y K H S L
Decimal 223 74 13 0 0.67 0.94 0.13 17.43 0.89 0.46
Hex DF 4A D 0 43 5E D 11 59 2E
Octal 337 112 15 0 103 136 15 21 131 56
Binary 11011111 1001010 1101 0 1000011 1011110 1101 10001 1011001 101110

Color Harmonies of #DF4A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4A0D

Black with #DF4A0D

Text Example


Text Example

White with #DF4A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4A0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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