Html Css Color HEX #DF4A03 Persimmon

📋 copy color: '#DF4A03'

red 223 ◦ green 74 ◦ blue 3

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

Shades of Persimmon #DF4A03

Tints of Persimmon #DF4A03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1%

R = 74.33%
G = 24.67%
B = 1%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DF4A03 (or 0xDF4A03) is known color: Persimmon. HEX triplet: DF, 4A and 03. RGB value is (223,74,3). Sum of RGB (Red+Green+Blue) = 223+74+3=300 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.33% from 300); Green value is 74 (29.30% from 255 or 24.67% from 300); Blue value is 3 (1.56% from 255 or 1% from 300); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4A03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4A03 is #20B5FC. Grayscale: #6E6E6E. Windows color (decimal): -2143741 or 215775. OLE color: 215775.

HSL color Cylindrical-coordinate representation of color #DF4A03: hue angle of 19.36º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DF4A03 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 74 3 -
CMYK 0 0.67 0.99 0.13
HSL 19.36º 0.97% 0.44% -
HSV(B) 19.36º 0.99% 0.87% -
XYZ 32.9 20.59 2.33 -
YUV 110.46 67.36 208.27 -
System Red Green Blue C M Y K H S L
Decimal 223 74 3 0 0.67 0.99 0.13 19.36 0.97 0.44
Hex DF 4A 3 0 43 63 D 13 61 2C
Octal 337 112 3 0 103 143 15 23 141 54
Binary 11011111 1001010 11 0 1000011 1100011 1101 10011 1100001 101100

Color Harmonies of #DF4A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4A03

Black with #DF4A03

Text Example


Text Example

White with #DF4A03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4A03; }

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

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

background-color css

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

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

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

border-color css

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

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

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