Html Css Color HEX #DA764D Jaffa

📋 copy color: '#DA764D'

red 218 ◦ green 118 ◦ blue 77

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

Shades of Jaffa #DA764D

Tints of Jaffa #DA764D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.57%

 BLUE value IS 77 (30.47% from 255) = 18.64%

R = 52.78%
G = 28.57%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#DA764D (or 0xDA764D) is known color: Jaffa. HEX triplet: DA, 76 and 4D. RGB value is (218,118,77). Sum of RGB (Red+Green+Blue) = 218+118+77=413 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.78% from 413); Green value is 118 (46.48% from 255 or 28.57% from 413); Blue value is 77 (30.47% from 255 or 18.64% from 413); Max value from RGB is 218 - color contains mainly: red. Hex color #DA764D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA764D is #2589B2. Grayscale: #8F8F8F. Windows color (decimal): -2460083 or 5076698. OLE color: 5076698.

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

Color convert

RGB 218 118 77 -
CMYK 0 0.46 0.65 0.15
HSL 17.45º 0.66% 0.58% -
HSV(B) 17.45º 0.65% 0.85% -
XYZ 36.73 28.4 10.57 -
YUV 143.23 90.63 181.33 -
System Red Green Blue C M Y K H S L
Decimal 218 118 77 0 0.46 0.65 0.15 17.45 0.66 0.58
Hex DA 76 4D 0 2E 41 F 11 42 3A
Octal 332 166 115 0 56 101 17 21 102 72
Binary 11011010 1110110 1001101 0 101110 1000001 1111 10001 1000010 111010

Color Harmonies of #DA764D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA764D

Black with #DA764D

Text Example


Text Example

White with #DA764D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA764D; }

 p { color: rgb(218,118,77); }

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

background-color css

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

 a { background-color: rgb(218,118,77); }

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

border-color css

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

 span { border-color: rgb(218,118,77); }

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