Html Css Color HEX #DF4406 Persimmon

📋 copy color: '#DF4406'

red 223 ◦ green 68 ◦ blue 6

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

Shades of Persimmon #DF4406

Tints of Persimmon #DF4406

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.9%

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

R = 75.08%
G = 22.9%
B = 2.02%

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

#DF4406 (or 0xDF4406) is known color: Persimmon. HEX triplet: DF, 44 and 06. RGB value is (223,68,6). Sum of RGB (Red+Green+Blue) = 223+68+6=297 (39% of max value = 765). Red value is 223 (87.5% from 255 or 75.08% from 297); Green value is 68 (26.95% from 255 or 22.90% from 297); Blue value is 6 (2.73% from 255 or 2.02% from 297); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4406 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4406 is #20BBF9. Grayscale: #6B6B6B. Windows color (decimal): -2145274 or 410847. OLE color: 410847.

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

Color convert

RGB 223 68 6 -
CMYK 0 0.70 0.97 0.13
HSL 17.14º 0.95% 0.45% -
HSV(B) 17.14º 0.97% 0.87% -
XYZ 32.53 19.84 2.29 -
YUV 107.28 70.85 210.54 -
System Red Green Blue C M Y K H S L
Decimal 223 68 6 0 0.70 0.97 0.13 17.14 0.95 0.45
Hex DF 44 6 0 46 61 D 11 5F 2D
Octal 337 104 6 0 106 141 15 21 137 55
Binary 11011111 1000100 110 0 1000110 1100001 1101 10001 1011111 101101

Color Harmonies of #DF4406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4406

Black with #DF4406

Text Example


Text Example

White with #DF4406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4406; }

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

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

background-color css

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

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

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

border-color css

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

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

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