Html Css Color HEX #DF6205 Persimmon

📋 copy color: '#DF6205'

red 223 ◦ green 98 ◦ blue 5

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

Shades of Persimmon #DF6205

Tints of Persimmon #DF6205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.53%

R = 68.4%
G = 30.06%
B = 1.53%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DF6205 (or 0xDF6205) is known color: Persimmon. HEX triplet: DF, 62 and 05. RGB value is (223,98,5). Sum of RGB (Red+Green+Blue) = 223+98+5=326 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.40% from 326); Green value is 98 (38.67% from 255 or 30.06% from 326); Blue value is 5 (2.34% from 255 or 1.53% from 326); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6205 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF6205 is #209DFA. Grayscale: #7D7D7D. Windows color (decimal): -2137595 or 352991. OLE color: 352991.

HSL color Cylindrical-coordinate representation of color #DF6205: hue angle of 25.6º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DF6205 is Cyan = 0, Magento = 0.56, Yellow = 0.98 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 98 5 -
CMYK 0 0.56 0.98 0.13
HSL 25.6º 0.96% 0.45% -
HSV(B) 25.6º 0.98% 0.87% -
XYZ 34.83 24.43 3.02 -
YUV 124.77 60.41 198.06 -
System Red Green Blue C M Y K H S L
Decimal 223 98 5 0 0.56 0.98 0.13 25.6 0.96 0.45
Hex DF 62 5 0 38 62 D 1A 60 2D
Octal 337 142 5 0 70 142 15 32 140 55
Binary 11011111 1100010 101 0 111000 1100010 1101 11010 1100000 101101

Color Harmonies of #DF6205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6205

Black with #DF6205

Text Example


Text Example

White with #DF6205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6205; }

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

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

background-color css

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

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

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

border-color css

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

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

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