Html Css Color HEX #DF6206 Persimmon

📋 copy color: '#DF6206'

red 223 ◦ green 98 ◦ blue 6

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

Shades of Persimmon #DF6206

Tints of Persimmon #DF6206

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.97%

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

R = 68.2%
G = 29.97%
B = 1.83%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DF6206 (or 0xDF6206) is known color: Persimmon. HEX triplet: DF, 62 and 06. RGB value is (223,98,6). Sum of RGB (Red+Green+Blue) = 223+98+6=327 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.20% from 327); Green value is 98 (38.67% from 255 or 29.97% from 327); Blue value is 6 (2.73% from 255 or 1.83% from 327); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6206 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF6206 is #209DF9. Grayscale: #7D7D7D. Windows color (decimal): -2137594 or 418527. OLE color: 418527.

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

Color convert

RGB 223 98 6 -
CMYK 0 0.56 0.97 0.13
HSL 25.44º 0.95% 0.45% -
HSV(B) 25.44º 0.97% 0.87% -
XYZ 34.83 24.44 3.05 -
YUV 124.89 60.91 197.98 -
System Red Green Blue C M Y K H S L
Decimal 223 98 6 0 0.56 0.97 0.13 25.44 0.95 0.45
Hex DF 62 6 0 38 61 D 19 5F 2D
Octal 337 142 6 0 70 141 15 31 137 55
Binary 11011111 1100010 110 0 111000 1100001 1101 11001 1011111 101101

Color Harmonies of #DF6206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6206

Black with #DF6206

Text Example


Text Example

White with #DF6206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6206; }

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

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

background-color css

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

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

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

border-color css

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

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

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