Html Css Color HEX #DF4706 Persimmon

📋 copy color: '#DF4706'

red 223 ◦ green 71 ◦ blue 6

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

Shades of Persimmon #DF4706

Tints of Persimmon #DF4706

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.67%

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

R = 74.33%
G = 23.67%
B = 2%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DF4706 (or 0xDF4706) is known color: Persimmon. HEX triplet: DF, 47 and 06. RGB value is (223,71,6). Sum of RGB (Red+Green+Blue) = 223+71+6=300 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.33% from 300); Green value is 71 (28.12% from 255 or 23.67% from 300); Blue value is 6 (2.73% from 255 or 2% from 300); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4706 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4706 is #20B8F9. Grayscale: #6D6D6D. Windows color (decimal): -2144506 or 411615. OLE color: 411615.

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

Color convert

RGB 223 71 6 -
CMYK 0 0.68 0.97 0.13
HSL 17.97º 0.95% 0.45% -
HSV(B) 17.97º 0.97% 0.87% -
XYZ 32.72 20.21 2.35 -
YUV 109.04 69.86 209.29 -
System Red Green Blue C M Y K H S L
Decimal 223 71 6 0 0.68 0.97 0.13 17.97 0.95 0.45
Hex DF 47 6 0 44 61 D 12 5F 2D
Octal 337 107 6 0 104 141 15 22 137 55
Binary 11011111 1000111 110 0 1000100 1100001 1101 10010 1011111 101101

Color Harmonies of #DF4706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4706

Black with #DF4706

Text Example


Text Example

White with #DF4706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4706; }

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

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

background-color css

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

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

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

border-color css

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

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

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