Html Css Color HEX #DF6002 Persimmon

📋 copy color: '#DF6002'

red 223 ◦ green 96 ◦ blue 2

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

Shades of Persimmon #DF6002

Tints of Persimmon #DF6002

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.91%

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

R = 69.47%
G = 29.91%
B = 0.62%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DF6002 (or 0xDF6002) is known color: Persimmon. HEX triplet: DF, 60 and 02. RGB value is (223,96,2). Sum of RGB (Red+Green+Blue) = 223+96+2=321 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.47% from 321); Green value is 96 (37.89% from 255 or 29.91% from 321); Blue value is 2 (1.17% from 255 or 0.62% from 321); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6002 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF6002 is #209FFD. Grayscale: #7B7B7B. Windows color (decimal): -2138110 or 155871. OLE color: 155871.

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

Color convert

RGB 223 96 2 -
CMYK 0 0.57 0.99 0.13
HSL 25.52º 0.98% 0.44% -
HSV(B) 25.52º 0.99% 0.87% -
XYZ 34.63 24.06 2.88 -
YUV 123.26 59.58 199.14 -
System Red Green Blue C M Y K H S L
Decimal 223 96 2 0 0.57 0.99 0.13 25.52 0.98 0.44
Hex DF 60 2 0 39 63 D 1A 62 2C
Octal 337 140 2 0 71 143 15 32 142 54
Binary 11011111 1100000 10 0 111001 1100011 1101 11010 1100010 101100

Color Harmonies of #DF6002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6002

Black with #DF6002

Text Example


Text Example

White with #DF6002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6002; }

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

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

background-color css

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

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

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

border-color css

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

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

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