Html Css Color HEX #DA7650 Jaffa

📋 copy color: '#DA7650'

red 218 ◦ green 118 ◦ blue 80

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

Shades of Jaffa #DA7650

Tints of Jaffa #DA7650

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 19.23%

R = 52.4%
G = 28.37%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#DA7650 (or 0xDA7650) is known color: Jaffa. HEX triplet: DA, 76 and 50. RGB value is (218,118,80). Sum of RGB (Red+Green+Blue) = 218+118+80=416 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.40% from 416); Green value is 118 (46.48% from 255 or 28.37% from 416); Blue value is 80 (31.64% from 255 or 19.23% from 416); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7650 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7650 is #2589AF. Grayscale: #8F8F8F. Windows color (decimal): -2460080 or 5273306. OLE color: 5273306.

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

Color convert

RGB 218 118 80 -
CMYK 0 0.46 0.63 0.15
HSL 16.52º 0.65% 0.58% -
HSV(B) 16.52º 0.63% 0.85% -
XYZ 36.84 28.44 11.14 -
YUV 143.57 92.13 181.09 -
System Red Green Blue C M Y K H S L
Decimal 218 118 80 0 0.46 0.63 0.15 16.52 0.65 0.58
Hex DA 76 50 0 2E 3F F 11 41 3A
Octal 332 166 120 0 56 77 17 21 101 72
Binary 11011010 1110110 1010000 0 101110 111111 1111 10001 1000001 111010

Color Harmonies of #DA7650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7650

Black with #DA7650

Text Example


Text Example

White with #DA7650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7650; }

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

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

background-color css

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

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

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

border-color css

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

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

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