Html Css Color HEX #DA734E Jaffa

📋 copy color: '#DA734E'

red 218 ◦ green 115 ◦ blue 78

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

Shades of Jaffa #DA734E

Tints of Jaffa #DA734E

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.98%

 BLUE value IS 78 (30.86% from 255) = 18.98%

R = 53.04%
G = 27.98%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#DA734E (or 0xDA734E) is known color: Jaffa. HEX triplet: DA, 73 and 4E. RGB value is (218,115,78). Sum of RGB (Red+Green+Blue) = 218+115+78=411 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.04% from 411); Green value is 115 (45.31% from 255 or 27.98% from 411); Blue value is 78 (30.86% from 255 or 18.98% from 411); Max value from RGB is 218 - color contains mainly: red. Hex color #DA734E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA734E is #258CB1. Grayscale: #8D8D8D. Windows color (decimal): -2460850 or 5141466. OLE color: 5141466.

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

Color convert

RGB 218 115 78 -
CMYK 0 0.47 0.64 0.15
HSL 15.86º 0.65% 0.58% -
HSV(B) 15.86º 0.64% 0.85% -
XYZ 36.42 27.72 10.64 -
YUV 141.58 92.12 182.51 -
System Red Green Blue C M Y K H S L
Decimal 218 115 78 0 0.47 0.64 0.15 15.86 0.65 0.58
Hex DA 73 4E 0 2F 40 F 10 41 3A
Octal 332 163 116 0 57 100 17 20 101 72
Binary 11011010 1110011 1001110 0 101111 1000000 1111 10000 1000001 111010

Color Harmonies of #DA734E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA734E

Black with #DA734E

Text Example


Text Example

White with #DA734E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA734E; }

 p { color: rgb(218,115,78); }

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

background-color css

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

 a { background-color: rgb(218,115,78); }

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

border-color css

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

 span { border-color: rgb(218,115,78); }

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