Html Css Color HEX #DF6008 Persimmon

📋 copy color: '#DF6008'

red 223 ◦ green 96 ◦ blue 8

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

Shades of Persimmon #DF6008

Tints of Persimmon #DF6008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.45%

R = 68.2%
G = 29.36%
B = 2.45%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DF6008 (or 0xDF6008) is known color: Persimmon. HEX triplet: DF, 60 and 08. RGB value is (223,96,8). Sum of RGB (Red+Green+Blue) = 223+96+8=327 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.20% from 327); Green value is 96 (37.89% from 255 or 29.36% from 327); Blue value is 8 (3.52% from 255 or 2.45% from 327); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6008 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF6008 is #209FF7. Grayscale: #7C7C7C. Windows color (decimal): -2138104 or 549087. OLE color: 549087.

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

Color convert

RGB 223 96 8 -
CMYK 0 0.57 0.96 0.13
HSL 24.56º 0.93% 0.45% -
HSV(B) 24.56º 0.96% 0.87% -
XYZ 34.66 24.07 3.05 -
YUV 123.94 62.58 198.66 -
System Red Green Blue C M Y K H S L
Decimal 223 96 8 0 0.57 0.96 0.13 24.56 0.93 0.45
Hex DF 60 8 0 39 60 D 19 5D 2D
Octal 337 140 10 0 71 140 15 31 135 55
Binary 11011111 1100000 1000 0 111001 1100000 1101 11001 1011101 101101

Color Harmonies of #DF6008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6008

Black with #DF6008

Text Example


Text Example

White with #DF6008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6008; }

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

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

background-color css

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

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

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

border-color css

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

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

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