Html Css Color HEX #DF4602 Persimmon

📋 copy color: '#DF4602'

red 223 ◦ green 70 ◦ blue 2

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

Shades of Persimmon #DF4602

Tints of Persimmon #DF4602

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.73%

 BLUE value IS 2 (1.17% from 255) = 0.68%

R = 75.59%
G = 23.73%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DF4602 (or 0xDF4602) is known color: Persimmon. HEX triplet: DF, 46 and 02. RGB value is (223,70,2). Sum of RGB (Red+Green+Blue) = 223+70+2=295 (39% of max value = 765). Red value is 223 (87.5% from 255 or 75.59% from 295); Green value is 70 (27.73% from 255 or 23.73% from 295); Blue value is 2 (1.17% from 255 or 0.68% from 295); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4602 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4602 is #20B9FD. Grayscale: #6C6C6C. Windows color (decimal): -2144766 or 149215. OLE color: 149215.

HSL color Cylindrical-coordinate representation of color #DF4602: hue angle of 18.46º degrees, saturation: 0.98, 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 #DF4602 is Cyan = 0, Magento = 0.69, Yellow = 0.99 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 70 2 -
CMYK 0 0.69 0.99 0.13
HSL 18.46º 0.98% 0.44% -
HSV(B) 18.46º 0.99% 0.87% -
XYZ 32.63 20.07 2.21 -
YUV 108 68.19 210.03 -
System Red Green Blue C M Y K H S L
Decimal 223 70 2 0 0.69 0.99 0.13 18.46 0.98 0.44
Hex DF 46 2 0 45 63 D 12 62 2C
Octal 337 106 2 0 105 143 15 22 142 54
Binary 11011111 1000110 10 0 1000101 1100011 1101 10010 1100010 101100

Color Harmonies of #DF4602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4602

Black with #DF4602

Text Example


Text Example

White with #DF4602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4602; }

 p { color: rgb(223,70,2); }

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

background-color css

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

 a { background-color: rgb(223,70,2); }

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

border-color css

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

 span { border-color: rgb(223,70,2); }

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