Html Css Color HEX #DF4702 Persimmon

📋 copy color: '#DF4702'

red 223 ◦ green 71 ◦ blue 2

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

Shades of Persimmon #DF4702

Tints of Persimmon #DF4702

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.99%

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

R = 75.34%
G = 23.99%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DF4702 (or 0xDF4702) is known color: Persimmon. HEX triplet: DF, 47 and 02. RGB value is (223,71,2). Sum of RGB (Red+Green+Blue) = 223+71+2=296 (39% of max value = 765). Red value is 223 (87.5% from 255 or 75.34% from 296); Green value is 71 (28.12% from 255 or 23.99% from 296); Blue value is 2 (1.17% from 255 or 0.68% from 296); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4702 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF4702 is #20B8FD. Grayscale: #6D6D6D. Windows color (decimal): -2144510 or 149471. OLE color: 149471.

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

Color convert

RGB 223 71 2 -
CMYK 0 0.68 0.99 0.13
HSL 18.73º 0.98% 0.44% -
HSV(B) 18.73º 0.99% 0.87% -
XYZ 32.7 20.2 2.23 -
YUV 108.58 67.86 209.61 -
System Red Green Blue C M Y K H S L
Decimal 223 71 2 0 0.68 0.99 0.13 18.73 0.98 0.44
Hex DF 47 2 0 44 63 D 13 62 2C
Octal 337 107 2 0 104 143 15 23 142 54
Binary 11011111 1000111 10 0 1000100 1100011 1101 10011 1100010 101100

Color Harmonies of #DF4702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4702

Black with #DF4702

Text Example


Text Example

White with #DF4702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4702; }

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

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

background-color css

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

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

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

border-color css

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

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

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