Html Css Color HEX #DF6203 Persimmon

📋 copy color: '#DF6203'

red 223 ◦ green 98 ◦ blue 3

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

Shades of Persimmon #DF6203

Tints of Persimmon #DF6203

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.93%

R = 68.83%
G = 30.25%
B = 0.93%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DF6203 (or 0xDF6203) is known color: Persimmon. HEX triplet: DF, 62 and 03. RGB value is (223,98,3). Sum of RGB (Red+Green+Blue) = 223+98+3=324 (42% of max value = 765). Red value is 223 (87.5% from 255 or 68.83% from 324); Green value is 98 (38.67% from 255 or 30.25% from 324); Blue value is 3 (1.56% from 255 or 0.93% from 324); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6203 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF6203 is #209DFC. Grayscale: #7D7D7D. Windows color (decimal): -2137597 or 221919. OLE color: 221919.

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

Color convert

RGB 223 98 3 -
CMYK 0 0.56 0.99 0.13
HSL 25.91º 0.97% 0.44% -
HSV(B) 25.91º 0.99% 0.87% -
XYZ 34.82 24.43 2.97 -
YUV 124.55 59.41 198.22 -
System Red Green Blue C M Y K H S L
Decimal 223 98 3 0 0.56 0.99 0.13 25.91 0.97 0.44
Hex DF 62 3 0 38 63 D 1A 61 2C
Octal 337 142 3 0 70 143 15 32 141 54
Binary 11011111 1100010 11 0 111000 1100011 1101 11010 1100001 101100

Color Harmonies of #DF6203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6203

Black with #DF6203

Text Example


Text Example

White with #DF6203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6203; }

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

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

background-color css

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

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

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

border-color css

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

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

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