Html Css Color HEX #DF5A02 Persimmon

📋 copy color: '#DF5A02'

red 223 ◦ green 90 ◦ blue 2

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

Shades of Persimmon #DF5A02

Tints of Persimmon #DF5A02

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.57%

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

R = 70.79%
G = 28.57%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DF5A02 (or 0xDF5A02) is known color: Persimmon. HEX triplet: DF, 5A and 02. RGB value is (223,90,2). Sum of RGB (Red+Green+Blue) = 223+90+2=315 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.79% from 315); Green value is 90 (35.55% from 255 or 28.57% from 315); Blue value is 2 (1.17% from 255 or 0.63% from 315); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5A02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF5A02 is #20A5FD. Grayscale: #787878. Windows color (decimal): -2139646 or 154335. OLE color: 154335.

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

Color convert

RGB 223 90 2 -
CMYK 0 0.60 0.99 0.13
HSL 23.89º 0.98% 0.44% -
HSV(B) 23.89º 0.99% 0.87% -
XYZ 34.1 23 2.7 -
YUV 119.74 61.56 201.66 -
System Red Green Blue C M Y K H S L
Decimal 223 90 2 0 0.60 0.99 0.13 23.89 0.98 0.44
Hex DF 5A 2 0 3C 63 D 18 62 2C
Octal 337 132 2 0 74 143 15 30 142 54
Binary 11011111 1011010 10 0 111100 1100011 1101 11000 1100010 101100

Color Harmonies of #DF5A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5A02

Black with #DF5A02

Text Example


Text Example

White with #DF5A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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