Html Css Color HEX #DF5702 Persimmon

📋 copy color: '#DF5702'

red 223 ◦ green 87 ◦ blue 2

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

Shades of Persimmon #DF5702

Tints of Persimmon #DF5702

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.88%

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

R = 71.47%
G = 27.88%
B = 0.64%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DF5702 (or 0xDF5702) is known color: Persimmon. HEX triplet: DF, 57 and 02. RGB value is (223,87,2). Sum of RGB (Red+Green+Blue) = 223+87+2=312 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.47% from 312); Green value is 87 (34.38% from 255 or 27.88% from 312); Blue value is 2 (1.17% from 255 or 0.64% from 312); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5702 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5702 is #20A8FD. Grayscale: #767676. Windows color (decimal): -2140414 or 153567. OLE color: 153567.

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

Color convert

RGB 223 87 2 -
CMYK 0 0.61 0.99 0.13
HSL 23.08º 0.98% 0.44% -
HSV(B) 23.08º 0.99% 0.87% -
XYZ 33.85 22.51 2.62 -
YUV 117.97 62.56 202.91 -
System Red Green Blue C M Y K H S L
Decimal 223 87 2 0 0.61 0.99 0.13 23.08 0.98 0.44
Hex DF 57 2 0 3D 63 D 17 62 2C
Octal 337 127 2 0 75 143 15 27 142 54
Binary 11011111 1010111 10 0 111101 1100011 1101 10111 1100010 101100

Color Harmonies of #DF5702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5702

Black with #DF5702

Text Example


Text Example

White with #DF5702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5702; }

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

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

background-color css

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

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

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

border-color css

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

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

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