Html Css Color HEX #DA7947 Jaffa

📋 copy color: '#DA7947'

red 218 ◦ green 121 ◦ blue 71

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

Shades of Jaffa #DA7947

Tints of Jaffa #DA7947

RGB

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

 GREEN value IS 121 (47.66% from 255) = 29.51%

 BLUE value IS 71 (28.13% from 255) = 17.32%

R = 53.17%
G = 29.51%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#DA7947 (or 0xDA7947) is known color: Jaffa. HEX triplet: DA, 79 and 47. RGB value is (218,121,71). Sum of RGB (Red+Green+Blue) = 218+121+71=410 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.17% from 410); Green value is 121 (47.66% from 255 or 29.51% from 410); Blue value is 71 (28.12% from 255 or 17.32% from 410); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7947 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7947 is #2586B8. Grayscale: #909090. Windows color (decimal): -2459321 or 4684250. OLE color: 4684250.

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

Color convert

RGB 218 121 71 -
CMYK 0 0.44 0.67 0.15
HSL 20.41º 0.67% 0.57% -
HSV(B) 20.41º 0.67% 0.85% -
XYZ 36.89 29.04 9.62 -
YUV 144.3 86.64 180.57 -
System Red Green Blue C M Y K H S L
Decimal 218 121 71 0 0.44 0.67 0.15 20.41 0.67 0.57
Hex DA 79 47 0 2C 43 F 14 43 39
Octal 332 171 107 0 54 103 17 24 103 71
Binary 11011010 1111001 1000111 0 101100 1000011 1111 10100 1000011 111001

Color Harmonies of #DA7947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7947

Black with #DA7947

Text Example


Text Example

White with #DA7947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7947; }

 p { color: rgb(218,121,71); }

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

background-color css

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

 a { background-color: rgb(218,121,71); }

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

border-color css

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

 span { border-color: rgb(218,121,71); }

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