Html Css Color HEX #DF5B02 Persimmon

📋 copy color: '#DF5B02'

red 223 ◦ green 91 ◦ blue 2

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

Shades of Persimmon #DF5B02

Tints of Persimmon #DF5B02

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.8%

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

R = 70.57%
G = 28.8%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DF5B02 (or 0xDF5B02) is known color: Persimmon. HEX triplet: DF, 5B and 02. RGB value is (223,91,2). Sum of RGB (Red+Green+Blue) = 223+91+2=316 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.57% from 316); Green value is 91 (35.94% from 255 or 28.80% from 316); Blue value is 2 (1.17% from 255 or 0.63% from 316); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5B02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5B02 is #20A4FD. Grayscale: #787878. Windows color (decimal): -2139390 or 154591. OLE color: 154591.

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

Color convert

RGB 223 91 2 -
CMYK 0 0.59 0.99 0.13
HSL 24.16º 0.98% 0.44% -
HSV(B) 24.16º 0.99% 0.87% -
XYZ 34.18 23.17 2.73 -
YUV 120.32 61.23 201.24 -
System Red Green Blue C M Y K H S L
Decimal 223 91 2 0 0.59 0.99 0.13 24.16 0.98 0.44
Hex DF 5B 2 0 3B 63 D 18 62 2C
Octal 337 133 2 0 73 143 15 30 142 54
Binary 11011111 1011011 10 0 111011 1100011 1101 11000 1100010 101100

Color Harmonies of #DF5B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5B02

Black with #DF5B02

Text Example


Text Example

White with #DF5B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5B02; }

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

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

background-color css

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

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

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

border-color css

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

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

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