Html Css Color HEX #DA6E47 Jaffa

📋 copy color: '#DA6E47'

red 218 ◦ green 110 ◦ blue 71

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

Shades of Jaffa #DA6E47

Tints of Jaffa #DA6E47

RGB

 RED value IS 218 (85.55% from 255) = 54.64%

 GREEN value IS 110 (43.36% from 255) = 27.57%

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

R = 54.64%
G = 27.57%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DA6E47 (or 0xDA6E47) is known color: Jaffa. HEX triplet: DA, 6E and 47. RGB value is (218,110,71). Sum of RGB (Red+Green+Blue) = 218+110+71=399 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.64% from 399); Green value is 110 (43.36% from 255 or 27.57% from 399); Blue value is 71 (28.12% from 255 or 17.79% from 399); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6E47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6E47 is #2591B8. Grayscale: #8A8A8A. Windows color (decimal): -2462137 or 4681434. OLE color: 4681434.

HSL color Cylindrical-coordinate representation of color #DA6E47: hue angle of 15.92º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DA6E47 is Cyan = 0, Magento = 0.50, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 110 71 -
CMYK 0 0.50 0.67 0.15
HSL 15.92º 0.67% 0.57% -
HSV(B) 15.92º 0.67% 0.85% -
XYZ 35.63 26.51 9.2 -
YUV 137.85 90.28 185.17 -
System Red Green Blue C M Y K H S L
Decimal 218 110 71 0 0.50 0.67 0.15 15.92 0.67 0.57
Hex DA 6E 47 0 32 43 F 10 43 39
Octal 332 156 107 0 62 103 17 20 103 71
Binary 11011010 1101110 1000111 0 110010 1000011 1111 10000 1000011 111001

Color Harmonies of #DA6E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6E47

Black with #DA6E47

Text Example


Text Example

White with #DA6E47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6E47; }

 p { color: rgb(218,110,71); }

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

background-color css

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

 a { background-color: rgb(218,110,71); }

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

border-color css

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

 span { border-color: rgb(218,110,71); }

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