Html Css Color HEX #DA7248 Jaffa

📋 copy color: '#DA7248'

red 218 ◦ green 114 ◦ blue 72

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

Shades of Jaffa #DA7248

Tints of Jaffa #DA7248

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.22%

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

R = 53.96%
G = 28.22%
B = 17.82%

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

#DA7248 (or 0xDA7248) is known color: Jaffa. HEX triplet: DA, 72 and 48. RGB value is (218,114,72). Sum of RGB (Red+Green+Blue) = 218+114+72=404 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.96% from 404); Green value is 114 (44.92% from 255 or 28.22% from 404); Blue value is 72 (28.52% from 255 or 17.82% from 404); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7248 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7248 is #258DB7. Grayscale: #8C8C8C. Windows color (decimal): -2461112 or 4747994. OLE color: 4747994.

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

Color convert

RGB 218 114 72 -
CMYK 0 0.48 0.67 0.15
HSL 17.26º 0.66% 0.57% -
HSV(B) 17.26º 0.67% 0.85% -
XYZ 36.1 27.41 9.52 -
YUV 140.31 89.46 183.42 -
System Red Green Blue C M Y K H S L
Decimal 218 114 72 0 0.48 0.67 0.15 17.26 0.66 0.57
Hex DA 72 48 0 30 43 F 11 42 39
Octal 332 162 110 0 60 103 17 21 102 71
Binary 11011010 1110010 1001000 0 110000 1000011 1111 10001 1000010 111001

Color Harmonies of #DA7248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7248

Black with #DA7248

Text Example


Text Example

White with #DA7248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7248; }

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

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

background-color css

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

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

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

border-color css

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

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

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