Html Css Color HEX #DA6E48 Jaffa

📋 copy color: '#DA6E48'

red 218 ◦ green 110 ◦ blue 72

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

Shades of Jaffa #DA6E48

Tints of Jaffa #DA6E48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 18%

R = 54.5%
G = 27.5%
B = 18%

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

#DA6E48 (or 0xDA6E48) is known color: Jaffa. HEX triplet: DA, 6E and 48. RGB value is (218,110,72). Sum of RGB (Red+Green+Blue) = 218+110+72=400 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.5% from 400); Green value is 110 (43.36% from 255 or 27.5% from 400); Blue value is 72 (28.52% from 255 or 18% from 400); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6E48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6E48 is #2591B7. Grayscale: #8A8A8A. Windows color (decimal): -2462136 or 4746970. OLE color: 4746970.

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

Color convert

RGB 218 110 72 -
CMYK 0 0.50 0.67 0.15
HSL 15.62º 0.66% 0.57% -
HSV(B) 15.62º 0.67% 0.85% -
XYZ 35.66 26.53 9.37 -
YUV 137.96 90.78 185.09 -
System Red Green Blue C M Y K H S L
Decimal 218 110 72 0 0.50 0.67 0.15 15.62 0.66 0.57
Hex DA 6E 48 0 32 43 F 10 42 39
Octal 332 156 110 0 62 103 17 20 102 71
Binary 11011010 1101110 1001000 0 110010 1000011 1111 10000 1000010 111001

Color Harmonies of #DA6E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6E48

Black with #DA6E48

Text Example


Text Example

White with #DA6E48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6E48; }

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

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

background-color css

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

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

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

border-color css

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

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

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