Html Css Color HEX #DF6207 Persimmon

📋 copy color: '#DF6207'

red 223 ◦ green 98 ◦ blue 7

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

Shades of Persimmon #DF6207

Tints of Persimmon #DF6207

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.13%

R = 67.99%
G = 29.88%
B = 2.13%

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

#DF6207 (or 0xDF6207) is known color: Persimmon. HEX triplet: DF, 62 and 07. RGB value is (223,98,7). Sum of RGB (Red+Green+Blue) = 223+98+7=328 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.99% from 328); Green value is 98 (38.67% from 255 or 29.88% from 328); Blue value is 7 (3.12% from 255 or 2.13% from 328); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6207 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF6207 is #209DF8. Grayscale: #7D7D7D. Windows color (decimal): -2137593 or 484063. OLE color: 484063.

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

Color convert

RGB 223 98 7 -
CMYK 0 0.56 0.97 0.13
HSL 25.28º 0.94% 0.45% -
HSV(B) 25.28º 0.97% 0.87% -
XYZ 34.84 24.44 3.08 -
YUV 125 61.41 197.9 -
System Red Green Blue C M Y K H S L
Decimal 223 98 7 0 0.56 0.97 0.13 25.28 0.94 0.45
Hex DF 62 7 0 38 61 D 19 5E 2D
Octal 337 142 7 0 70 141 15 31 136 55
Binary 11011111 1100010 111 0 111000 1100001 1101 11001 1011110 101101

Color Harmonies of #DF6207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6207

Black with #DF6207

Text Example


Text Example

White with #DF6207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6207; }

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

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

background-color css

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

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

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

border-color css

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

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

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