Html Css Color HEX #DF4306 Persimmon

📋 copy color: '#DF4306'

red 223 ◦ green 67 ◦ blue 6

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

Shades of Persimmon #DF4306

Tints of Persimmon #DF4306

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.64%

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

R = 75.34%
G = 22.64%
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

#DF4306 (or 0xDF4306) is known color: Persimmon. HEX triplet: DF, 43 and 06. RGB value is (223,67,6). Sum of RGB (Red+Green+Blue) = 223+67+6=296 (39% of max value = 765). Red value is 223 (87.5% from 255 or 75.34% from 296); Green value is 67 (26.56% from 255 or 22.64% from 296); Blue value is 6 (2.73% from 255 or 2.03% from 296); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4306 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4306 is #20BCF9. Grayscale: #6B6B6B. Windows color (decimal): -2145530 or 410591. OLE color: 410591.

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

Color convert

RGB 223 67 6 -
CMYK 0 0.70 0.97 0.13
HSL 16.87º 0.95% 0.45% -
HSV(B) 16.87º 0.97% 0.87% -
XYZ 32.47 19.72 2.27 -
YUV 106.69 71.18 210.96 -
System Red Green Blue C M Y K H S L
Decimal 223 67 6 0 0.70 0.97 0.13 16.87 0.95 0.45
Hex DF 43 6 0 46 61 D 11 5F 2D
Octal 337 103 6 0 106 141 15 21 137 55
Binary 11011111 1000011 110 0 1000110 1100001 1101 10001 1011111 101101

Color Harmonies of #DF4306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4306

Black with #DF4306

Text Example


Text Example

White with #DF4306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4306; }

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

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

background-color css

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

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

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

border-color css

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

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

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