Html Css Color HEX #D8764E Jaffa

📋 copy color: '#D8764E'

red 216 ◦ green 118 ◦ blue 78

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

Shades of Jaffa #D8764E

Tints of Jaffa #D8764E

RGB

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

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

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

R = 52.43%
G = 28.64%
B = 18.93%

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

#D8764E (or 0xD8764E) is known color: Jaffa. HEX triplet: D8, 76 and 4E. RGB value is (216,118,78). Sum of RGB (Red+Green+Blue) = 216+118+78=412 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.43% from 412); Green value is 118 (46.48% from 255 or 28.64% from 412); Blue value is 78 (30.86% from 255 or 18.93% from 412); Max value from RGB is 216 - color contains mainly: red. Hex color #D8764E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8764E is #2789B1. Grayscale: #8F8F8F. Windows color (decimal): -2591154 or 5142232. OLE color: 5142232.

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

Color convert

RGB 216 118 78 -
CMYK 0 0.45 0.64 0.15
HSL 17.39º 0.64% 0.58% -
HSV(B) 17.39º 0.64% 0.85% -
XYZ 36.17 28.11 10.73 -
YUV 142.74 91.47 180.25 -
System Red Green Blue C M Y K H S L
Decimal 216 118 78 0 0.45 0.64 0.15 17.39 0.64 0.58
Hex D8 76 4E 0 2D 40 F 11 40 3A
Octal 330 166 116 0 55 100 17 21 100 72
Binary 11011000 1110110 1001110 0 101101 1000000 1111 10001 1000000 111010

Color Harmonies of #D8764E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8764E

Black with #D8764E

Text Example


Text Example

White with #D8764E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8764E; }

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

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

background-color css

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

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

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

border-color css

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

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

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