Html Css Color HEX #DF4D03 Persimmon

📋 copy color: '#DF4D03'

red 223 ◦ green 77 ◦ blue 3

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

Shades of Persimmon #DF4D03

Tints of Persimmon #DF4D03

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.41%

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

R = 73.6%
G = 25.41%
B = 0.99%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DF4D03 (or 0xDF4D03) is known color: Persimmon. HEX triplet: DF, 4D and 03. RGB value is (223,77,3). Sum of RGB (Red+Green+Blue) = 223+77+3=303 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.60% from 303); Green value is 77 (30.47% from 255 or 25.41% from 303); Blue value is 3 (1.56% from 255 or 0.99% from 303); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4D03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF4D03 is #20B2FC. Grayscale: #707070. Windows color (decimal): -2142973 or 216543. OLE color: 216543.

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

Color convert

RGB 223 77 3 -
CMYK 0 0.65 0.99 0.13
HSL 20.18º 0.97% 0.44% -
HSV(B) 20.18º 0.99% 0.87% -
XYZ 33.1 21 2.4 -
YUV 112.22 66.37 207.02 -
System Red Green Blue C M Y K H S L
Decimal 223 77 3 0 0.65 0.99 0.13 20.18 0.97 0.44
Hex DF 4D 3 0 41 63 D 14 61 2C
Octal 337 115 3 0 101 143 15 24 141 54
Binary 11011111 1001101 11 0 1000001 1100011 1101 10100 1100001 101100

Color Harmonies of #DF4D03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4D03

Black with #DF4D03

Text Example


Text Example

White with #DF4D03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4D03; }

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

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

background-color css

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

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

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

border-color css

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

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

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