Html Css Color HEX #DA6F49 Jaffa

📋 copy color: '#DA6F49'

red 218 ◦ green 111 ◦ blue 73

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

Shades of Jaffa #DA6F49

Tints of Jaffa #DA6F49

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.61%

 BLUE value IS 73 (28.91% from 255) = 18.16%

R = 54.23%
G = 27.61%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DA6F49 (or 0xDA6F49) is known color: Jaffa. HEX triplet: DA, 6F and 49. RGB value is (218,111,73). Sum of RGB (Red+Green+Blue) = 218+111+73=402 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.23% from 402); Green value is 111 (43.75% from 255 or 27.61% from 402); Blue value is 73 (28.91% from 255 or 18.16% from 402); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6F49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6F49 is #2590B6. Grayscale: #8A8A8A. Windows color (decimal): -2461879 or 4812762. OLE color: 4812762.

HSL color Cylindrical-coordinate representation of color #DA6F49: hue angle of 15.72º degrees, saturation: 0.66, 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 #DA6F49 is Cyan = 0, Magento = 0.49, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 111 73 -
CMYK 0 0.49 0.67 0.15
HSL 15.72º 0.66% 0.57% -
HSV(B) 15.72º 0.67% 0.85% -
XYZ 35.8 26.76 9.58 -
YUV 138.66 90.95 184.59 -
System Red Green Blue C M Y K H S L
Decimal 218 111 73 0 0.49 0.67 0.15 15.72 0.66 0.57
Hex DA 6F 49 0 31 43 F 10 42 39
Octal 332 157 111 0 61 103 17 20 102 71
Binary 11011010 1101111 1001001 0 110001 1000011 1111 10000 1000010 111001

Color Harmonies of #DA6F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6F49

Black with #DA6F49

Text Example


Text Example

White with #DA6F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6F49; }

 p { color: rgb(218,111,73); }

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

background-color css

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

 a { background-color: rgb(218,111,73); }

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

border-color css

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

 span { border-color: rgb(218,111,73); }

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