Html Css Color HEX #DA7448 Jaffa

📋 copy color: '#DA7448'

red 218 ◦ green 116 ◦ blue 72

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

Shades of Jaffa #DA7448

Tints of Jaffa #DA7448

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.57%

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

R = 53.69%
G = 28.57%
B = 17.73%

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

#DA7448 (or 0xDA7448) is known color: Jaffa. HEX triplet: DA, 74 and 48. RGB value is (218,116,72). Sum of RGB (Red+Green+Blue) = 218+116+72=406 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.69% from 406); Green value is 116 (45.70% from 255 or 28.57% from 406); Blue value is 72 (28.52% from 255 or 17.73% from 406); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7448 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7448 is #258BB7. Grayscale: #8D8D8D. Windows color (decimal): -2460600 or 4748506. OLE color: 4748506.

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

Color convert

RGB 218 116 72 -
CMYK 0 0.47 0.67 0.15
HSL 18.08º 0.66% 0.57% -
HSV(B) 18.08º 0.67% 0.85% -
XYZ 36.33 27.86 9.59 -
YUV 141.48 88.79 182.58 -
System Red Green Blue C M Y K H S L
Decimal 218 116 72 0 0.47 0.67 0.15 18.08 0.66 0.57
Hex DA 74 48 0 2F 43 F 12 42 39
Octal 332 164 110 0 57 103 17 22 102 71
Binary 11011010 1110100 1001000 0 101111 1000011 1111 10010 1000010 111001

Color Harmonies of #DA7448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7448

Black with #DA7448

Text Example


Text Example

White with #DA7448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7448; }

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

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

background-color css

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

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

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

border-color css

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

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

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