Html Css Color HEX #DF6005 Persimmon

📋 copy color: '#DF6005'

red 223 ◦ green 96 ◦ blue 5

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

Shades of Persimmon #DF6005

Tints of Persimmon #DF6005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.54%

R = 68.83%
G = 29.63%
B = 1.54%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DF6005 (or 0xDF6005) is known color: Persimmon. HEX triplet: DF, 60 and 05. RGB value is (223,96,5). Sum of RGB (Red+Green+Blue) = 223+96+5=324 (42% of max value = 765). Red value is 223 (87.5% from 255 or 68.83% from 324); Green value is 96 (37.89% from 255 or 29.63% from 324); Blue value is 5 (2.34% from 255 or 1.54% from 324); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6005 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF6005 is #209FFA. Grayscale: #7C7C7C. Windows color (decimal): -2138107 or 352479. OLE color: 352479.

HSL color Cylindrical-coordinate representation of color #DF6005: hue angle of 25.05º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DF6005 is Cyan = 0, Magento = 0.57, Yellow = 0.98 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 96 5 -
CMYK 0 0.57 0.98 0.13
HSL 25.05º 0.96% 0.45% -
HSV(B) 25.05º 0.98% 0.87% -
XYZ 34.64 24.06 2.96 -
YUV 123.6 61.08 198.9 -
System Red Green Blue C M Y K H S L
Decimal 223 96 5 0 0.57 0.98 0.13 25.05 0.96 0.45
Hex DF 60 5 0 39 62 D 19 60 2D
Octal 337 140 5 0 71 142 15 31 140 55
Binary 11011111 1100000 101 0 111001 1100010 1101 11001 1100000 101101

Color Harmonies of #DF6005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6005

Black with #DF6005

Text Example


Text Example

White with #DF6005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6005; }

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

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

background-color css

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

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

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

border-color css

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

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

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