Html Css Color HEX #DA7148 Jaffa

📋 copy color: '#DA7148'

red 218 ◦ green 113 ◦ blue 72

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

Shades of Jaffa #DA7148

Tints of Jaffa #DA7148

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.04%

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

R = 54.09%
G = 28.04%
B = 17.87%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DA7148 (or 0xDA7148) is known color: Jaffa. HEX triplet: DA, 71 and 48. RGB value is (218,113,72). Sum of RGB (Red+Green+Blue) = 218+113+72=403 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.09% from 403); Green value is 113 (44.53% from 255 or 28.04% from 403); Blue value is 72 (28.52% from 255 or 17.87% from 403); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7148 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7148 is #258EB7. Grayscale: #8B8B8B. Windows color (decimal): -2461368 or 4747738. OLE color: 4747738.

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

Color convert

RGB 218 113 72 -
CMYK 0 0.48 0.67 0.15
HSL 16.85º 0.66% 0.57% -
HSV(B) 16.85º 0.67% 0.85% -
XYZ 35.99 27.18 9.48 -
YUV 139.72 89.79 183.83 -
System Red Green Blue C M Y K H S L
Decimal 218 113 72 0 0.48 0.67 0.15 16.85 0.66 0.57
Hex DA 71 48 0 30 43 F 11 42 39
Octal 332 161 110 0 60 103 17 21 102 71
Binary 11011010 1110001 1001000 0 110000 1000011 1111 10001 1000010 111001

Color Harmonies of #DA7148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7148

Black with #DA7148

Text Example


Text Example

White with #DA7148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7148; }

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

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

background-color css

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

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

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

border-color css

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

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

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