Html Css Color HEX #DA704C Jaffa

📋 copy color: '#DA704C'

red 218 ◦ green 112 ◦ blue 76

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

Shades of Jaffa #DA704C

Tints of Jaffa #DA704C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.59%

 BLUE value IS 76 (30.08% from 255) = 18.72%

R = 53.69%
G = 27.59%
B = 18.72%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#DA704C (or 0xDA704C) is known color: Jaffa. HEX triplet: DA, 70 and 4C. RGB value is (218,112,76). Sum of RGB (Red+Green+Blue) = 218+112+76=406 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.69% from 406); Green value is 112 (44.14% from 255 or 27.59% from 406); Blue value is 76 (30.08% from 255 or 18.72% from 406); Max value from RGB is 218 - color contains mainly: red. Hex color #DA704C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA704C is #258FB3. Grayscale: #8B8B8B. Windows color (decimal): -2461620 or 5009626. OLE color: 5009626.

HSL color Cylindrical-coordinate representation of color #DA704C: hue angle of 15.21º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DA704C is Cyan = 0, Magento = 0.49, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 112 76 -
CMYK 0 0.49 0.65 0.15
HSL 15.21º 0.66% 0.58% -
HSV(B) 15.21º 0.65% 0.85% -
XYZ 36.01 27.02 10.15 -
YUV 139.59 92.12 183.93 -
System Red Green Blue C M Y K H S L
Decimal 218 112 76 0 0.49 0.65 0.15 15.21 0.66 0.58
Hex DA 70 4C 0 31 41 F F 42 3A
Octal 332 160 114 0 61 101 17 17 102 72
Binary 11011010 1110000 1001100 0 110001 1000001 1111 1111 1000010 111010

Color Harmonies of #DA704C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA704C

Black with #DA704C

Text Example


Text Example

White with #DA704C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA704C; }

 p { color: rgb(218,112,76); }

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

background-color css

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

 a { background-color: rgb(218,112,76); }

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

border-color css

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

 span { border-color: rgb(218,112,76); }

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