Html Css Color HEX #DF6D47 Jaffa

📋 copy color: '#DF6D47'

red 223 ◦ green 109 ◦ blue 71

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

Shades of Jaffa #DF6D47

Tints of Jaffa #DF6D47

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.05%

 BLUE value IS 71 (28.13% from 255) = 17.62%

R = 55.33%
G = 27.05%
B = 17.62%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DF6D47 (or 0xDF6D47) is known color: Jaffa. HEX triplet: DF, 6D and 47. RGB value is (223,109,71). Sum of RGB (Red+Green+Blue) = 223+109+71=403 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.33% from 403); Green value is 109 (42.97% from 255 or 27.05% from 403); Blue value is 71 (28.12% from 255 or 17.62% from 403); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6D47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF6D47 is #2092B8. Grayscale: #8B8B8B. Windows color (decimal): -2134713 or 4681183. OLE color: 4681183.

HSL color Cylindrical-coordinate representation of color #DF6D47: hue angle of 15º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DF6D47 is Cyan = 0, Magento = 0.51, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 109 71 -
CMYK 0 0.51 0.68 0.13
HSL 15º 0.7% 0.58% -
HSV(B) 15º 0.68% 0.87% -
XYZ 37.04 27.08 9.24 -
YUV 138.75 89.77 188.09 -
System Red Green Blue C M Y K H S L
Decimal 223 109 71 0 0.51 0.68 0.13 15 0.7 0.58
Hex DF 6D 47 0 33 44 D F 46 3A
Octal 337 155 107 0 63 104 15 17 106 72
Binary 11011111 1101101 1000111 0 110011 1000100 1101 1111 1000110 111010

Color Harmonies of #DF6D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6D47

Black with #DF6D47

Text Example


Text Example

White with #DF6D47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6D47; }

 p { color: rgb(223,109,71); }

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

background-color css

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

 a { background-color: rgb(223,109,71); }

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

border-color css

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

 span { border-color: rgb(223,109,71); }

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