Html Css Color HEX #DF5D02 Persimmon

📋 copy color: '#DF5D02'

red 223 ◦ green 93 ◦ blue 2

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

Shades of Persimmon #DF5D02

Tints of Persimmon #DF5D02

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.25%

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

R = 70.13%
G = 29.25%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DF5D02 (or 0xDF5D02) is known color: Persimmon. HEX triplet: DF, 5D and 02. RGB value is (223,93,2). Sum of RGB (Red+Green+Blue) = 223+93+2=318 (42% of max value = 765). Red value is 223 (87.5% from 255 or 70.13% from 318); Green value is 93 (36.72% from 255 or 29.25% from 318); Blue value is 2 (1.17% from 255 or 0.63% from 318); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5D02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5D02 is #20A2FD. Grayscale: #797979. Windows color (decimal): -2138878 or 155103. OLE color: 155103.

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

Color convert

RGB 223 93 2 -
CMYK 0 0.58 0.99 0.13
HSL 24.71º 0.98% 0.44% -
HSV(B) 24.71º 0.99% 0.87% -
XYZ 34.36 23.52 2.79 -
YUV 121.5 60.57 200.4 -
System Red Green Blue C M Y K H S L
Decimal 223 93 2 0 0.58 0.99 0.13 24.71 0.98 0.44
Hex DF 5D 2 0 3A 63 D 19 62 2C
Octal 337 135 2 0 72 143 15 31 142 54
Binary 11011111 1011101 10 0 111010 1100011 1101 11001 1100010 101100

Color Harmonies of #DF5D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5D02

Black with #DF5D02

Text Example


Text Example

White with #DF5D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5D02; }

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

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

background-color css

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

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

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

border-color css

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

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

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