Html Css Color HEX #DA7348 Jaffa

📋 copy color: '#DA7348'

red 218 ◦ green 115 ◦ blue 72

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

Shades of Jaffa #DA7348

Tints of Jaffa #DA7348

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.4%

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

R = 53.83%
G = 28.4%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DA7348 (or 0xDA7348) is known color: Jaffa. HEX triplet: DA, 73 and 48. RGB value is (218,115,72). Sum of RGB (Red+Green+Blue) = 218+115+72=405 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.83% from 405); Green value is 115 (45.31% from 255 or 28.40% from 405); Blue value is 72 (28.52% from 255 or 17.78% from 405); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7348 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7348 is #258CB7. Grayscale: #8D8D8D. Windows color (decimal): -2460856 or 4748250. OLE color: 4748250.

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

Color convert

RGB 218 115 72 -
CMYK 0 0.47 0.67 0.15
HSL 17.67º 0.66% 0.57% -
HSV(B) 17.67º 0.67% 0.85% -
XYZ 36.21 27.63 9.56 -
YUV 140.9 89.12 183 -
System Red Green Blue C M Y K H S L
Decimal 218 115 72 0 0.47 0.67 0.15 17.67 0.66 0.57
Hex DA 73 48 0 2F 43 F 12 42 39
Octal 332 163 110 0 57 103 17 22 102 71
Binary 11011010 1110011 1001000 0 101111 1000011 1111 10010 1000010 111001

Color Harmonies of #DA7348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7348

Black with #DA7348

Text Example


Text Example

White with #DA7348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7348; }

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

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

background-color css

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

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

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

border-color css

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

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

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