Html Css Color HEX #DF6208 Persimmon

📋 copy color: '#DF6208'

red 223 ◦ green 98 ◦ blue 8

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

Shades of Persimmon #DF6208

Tints of Persimmon #DF6208

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.79%

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

R = 67.78%
G = 29.79%
B = 2.43%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DF6208 (or 0xDF6208) is known color: Persimmon. HEX triplet: DF, 62 and 08. RGB value is (223,98,8). Sum of RGB (Red+Green+Blue) = 223+98+8=329 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.78% from 329); Green value is 98 (38.67% from 255 or 29.79% from 329); Blue value is 8 (3.52% from 255 or 2.43% from 329); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6208 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF6208 is #209DF7. Grayscale: #7D7D7D. Windows color (decimal): -2137592 or 549599. OLE color: 549599.

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

Color convert

RGB 223 98 8 -
CMYK 0 0.56 0.96 0.13
HSL 25.12º 0.93% 0.45% -
HSV(B) 25.12º 0.96% 0.87% -
XYZ 34.84 24.44 3.11 -
YUV 125.12 61.91 197.82 -
System Red Green Blue C M Y K H S L
Decimal 223 98 8 0 0.56 0.96 0.13 25.12 0.93 0.45
Hex DF 62 8 0 38 60 D 19 5D 2D
Octal 337 142 10 0 70 140 15 31 135 55
Binary 11011111 1100010 1000 0 111000 1100000 1101 11001 1011101 101101

Color Harmonies of #DF6208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6208

Black with #DF6208

Text Example


Text Example

White with #DF6208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6208; }

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

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

background-color css

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

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

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

border-color css

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

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

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