Html Css Color HEX #D8774E Jaffa

📋 copy color: '#D8774E'

red 216 ◦ green 119 ◦ blue 78

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

Shades of Jaffa #D8774E

Tints of Jaffa #D8774E

RGB

 RED value IS 216 (84.77% from 255) = 52.3%

 GREEN value IS 119 (46.88% from 255) = 28.81%

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

R = 52.3%
G = 28.81%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#D8774E (or 0xD8774E) is known color: Jaffa. HEX triplet: D8, 77 and 4E. RGB value is (216,119,78). Sum of RGB (Red+Green+Blue) = 216+119+78=413 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.30% from 413); Green value is 119 (46.88% from 255 or 28.81% from 413); Blue value is 78 (30.86% from 255 or 18.89% from 413); Max value from RGB is 216 - color contains mainly: red. Hex color #D8774E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8774E is #2788B1. Grayscale: #8F8F8F. Windows color (decimal): -2590898 or 5142488. OLE color: 5142488.

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

Color convert

RGB 216 119 78 -
CMYK 0 0.45 0.64 0.15
HSL 17.83º 0.64% 0.58% -
HSV(B) 17.83º 0.64% 0.85% -
XYZ 36.29 28.34 10.77 -
YUV 143.33 91.14 179.83 -
System Red Green Blue C M Y K H S L
Decimal 216 119 78 0 0.45 0.64 0.15 17.83 0.64 0.58
Hex D8 77 4E 0 2D 40 F 12 40 3A
Octal 330 167 116 0 55 100 17 22 100 72
Binary 11011000 1110111 1001110 0 101101 1000000 1111 10010 1000000 111010

Color Harmonies of #D8774E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8774E

Black with #D8774E

Text Example


Text Example

White with #D8774E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8774E; }

 p { color: rgb(216,119,78); }

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

background-color css

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

 a { background-color: rgb(216,119,78); }

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

border-color css

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

 span { border-color: rgb(216,119,78); }

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