Html Css Color HEX #DF5502 Persimmon

📋 copy color: '#DF5502'

red 223 ◦ green 85 ◦ blue 2

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

Shades of Persimmon #DF5502

Tints of Persimmon #DF5502

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.42%

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

R = 71.94%
G = 27.42%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DF5502 (or 0xDF5502) is known color: Persimmon. HEX triplet: DF, 55 and 02. RGB value is (223,85,2). Sum of RGB (Red+Green+Blue) = 223+85+2=310 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.94% from 310); Green value is 85 (33.59% from 255 or 27.42% from 310); Blue value is 2 (1.17% from 255 or 0.65% from 310); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5502 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5502 is #20AAFD. Grayscale: #757575. Windows color (decimal): -2140926 or 153055. OLE color: 153055.

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

Color convert

RGB 223 85 2 -
CMYK 0 0.62 0.99 0.13
HSL 22.53º 0.98% 0.44% -
HSV(B) 22.53º 0.99% 0.87% -
XYZ 33.69 22.19 2.56 -
YUV 116.8 63.22 203.75 -
System Red Green Blue C M Y K H S L
Decimal 223 85 2 0 0.62 0.99 0.13 22.53 0.98 0.44
Hex DF 55 2 0 3E 63 D 17 62 2C
Octal 337 125 2 0 76 143 15 27 142 54
Binary 11011111 1010101 10 0 111110 1100011 1101 10111 1100010 101100

Color Harmonies of #DF5502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5502

Black with #DF5502

Text Example


Text Example

White with #DF5502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5502; }

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

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

background-color css

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

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

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

border-color css

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

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

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