Html Css Color HEX #DF4206 Persimmon

📋 copy color: '#DF4206'

red 223 ◦ green 66 ◦ blue 6

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

Shades of Persimmon #DF4206

Tints of Persimmon #DF4206

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.03%

R = 75.59%
G = 22.37%
B = 2.03%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DF4206 (or 0xDF4206) is known color: Persimmon. HEX triplet: DF, 42 and 06. RGB value is (223,66,6). Sum of RGB (Red+Green+Blue) = 223+66+6=295 (39% of max value = 765). Red value is 223 (87.5% from 255 or 75.59% from 295); Green value is 66 (26.17% from 255 or 22.37% from 295); Blue value is 6 (2.73% from 255 or 2.03% from 295); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4206 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4206 is #20BDF9. Grayscale: #6A6A6A. Windows color (decimal): -2145786 or 410335. OLE color: 410335.

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

Color convert

RGB 223 66 6 -
CMYK 0 0.70 0.97 0.13
HSL 16.59º 0.95% 0.45% -
HSV(B) 16.59º 0.97% 0.87% -
XYZ 32.41 19.6 2.25 -
YUV 106.1 71.51 211.38 -
System Red Green Blue C M Y K H S L
Decimal 223 66 6 0 0.70 0.97 0.13 16.59 0.95 0.45
Hex DF 42 6 0 46 61 D 11 5F 2D
Octal 337 102 6 0 106 141 15 21 137 55
Binary 11011111 1000010 110 0 1000110 1100001 1101 10001 1011111 101101

Color Harmonies of #DF4206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4206

Black with #DF4206

Text Example


Text Example

White with #DF4206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4206; }

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

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

background-color css

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

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

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

border-color css

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

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

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