Html Css Color HEX #DF4203 Persimmon

📋 copy color: '#DF4203'

red 223 ◦ green 66 ◦ blue 3

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

Shades of Persimmon #DF4203

Tints of Persimmon #DF4203

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.6%

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

R = 76.37%
G = 22.6%
B = 1.03%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DF4203 (or 0xDF4203) is known color: Persimmon. HEX triplet: DF, 42 and 03. RGB value is (223,66,3). Sum of RGB (Red+Green+Blue) = 223+66+3=292 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.37% from 292); Green value is 66 (26.17% from 255 or 22.60% from 292); Blue value is 3 (1.56% from 255 or 1.03% from 292); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4203 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4203 is #20BDFC. Grayscale: #6A6A6A. Windows color (decimal): -2145789 or 213727. OLE color: 213727.

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

Color convert

RGB 223 66 3 -
CMYK 0 0.70 0.99 0.13
HSL 17.18º 0.97% 0.44% -
HSV(B) 17.18º 0.99% 0.87% -
XYZ 32.4 19.59 2.16 -
YUV 105.76 70.01 211.62 -
System Red Green Blue C M Y K H S L
Decimal 223 66 3 0 0.70 0.99 0.13 17.18 0.97 0.44
Hex DF 42 3 0 46 63 D 11 61 2C
Octal 337 102 3 0 106 143 15 21 141 54
Binary 11011111 1000010 11 0 1000110 1100011 1101 10001 1100001 101100

Color Harmonies of #DF4203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4203

Black with #DF4203

Text Example


Text Example

White with #DF4203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4203; }

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

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

background-color css

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

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

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

border-color css

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

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

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