Html Css Color HEX #DF6106 Persimmon

📋 copy color: '#DF6106'

red 223 ◦ green 97 ◦ blue 6

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

Shades of Persimmon #DF6106

Tints of Persimmon #DF6106

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.75%

 BLUE value IS 6 (2.73% from 255) = 1.84%

R = 68.4%
G = 29.75%
B = 1.84%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DF6106 (or 0xDF6106) is known color: Persimmon. HEX triplet: DF, 61 and 06. RGB value is (223,97,6). Sum of RGB (Red+Green+Blue) = 223+97+6=326 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.40% from 326); Green value is 97 (38.28% from 255 or 29.75% from 326); Blue value is 6 (2.73% from 255 or 1.84% from 326); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6106 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF6106 is #209EF9. Grayscale: #7C7C7C. Windows color (decimal): -2137850 or 418271. OLE color: 418271.

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

Color convert

RGB 223 97 6 -
CMYK 0 0.57 0.97 0.13
HSL 25.16º 0.95% 0.45% -
HSV(B) 25.16º 0.97% 0.87% -
XYZ 34.74 24.25 3.02 -
YUV 124.3 61.24 198.4 -
System Red Green Blue C M Y K H S L
Decimal 223 97 6 0 0.57 0.97 0.13 25.16 0.95 0.45
Hex DF 61 6 0 39 61 D 19 5F 2D
Octal 337 141 6 0 71 141 15 31 137 55
Binary 11011111 1100001 110 0 111001 1100001 1101 11001 1011111 101101

Color Harmonies of #DF6106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6106

Black with #DF6106

Text Example


Text Example

White with #DF6106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6106; }

 p { color: rgb(223,97,6); }

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

background-color css

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

 a { background-color: rgb(223,97,6); }

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

border-color css

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

 span { border-color: rgb(223,97,6); }

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