Html Css Color HEX #D8764C Jaffa

📋 copy color: '#D8764C'

red 216 ◦ green 118 ◦ blue 76

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

Shades of Jaffa #D8764C

Tints of Jaffa #D8764C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 18.54%

R = 52.68%
G = 28.78%
B = 18.54%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D8764C (or 0xD8764C) is known color: Jaffa. HEX triplet: D8, 76 and 4C. RGB value is (216,118,76). Sum of RGB (Red+Green+Blue) = 216+118+76=410 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.68% from 410); Green value is 118 (46.48% from 255 or 28.78% from 410); Blue value is 76 (30.08% from 255 or 18.54% from 410); Max value from RGB is 216 - color contains mainly: red. Hex color #D8764C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8764C is #2789B3. Grayscale: #8E8E8E. Windows color (decimal): -2591156 or 5011160. OLE color: 5011160.

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

Color convert

RGB 216 118 76 -
CMYK 0 0.45 0.65 0.15
HSL 18º 0.64% 0.57% -
HSV(B) 18º 0.65% 0.85% -
XYZ 36.1 28.08 10.35 -
YUV 142.51 90.47 180.42 -
System Red Green Blue C M Y K H S L
Decimal 216 118 76 0 0.45 0.65 0.15 18 0.64 0.57
Hex D8 76 4C 0 2D 41 F 12 40 39
Octal 330 166 114 0 55 101 17 22 100 71
Binary 11011000 1110110 1001100 0 101101 1000001 1111 10010 1000000 111001

Color Harmonies of #D8764C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8764C

Black with #D8764C

Text Example


Text Example

White with #D8764C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8764C; }

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

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

background-color css

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

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

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

border-color css

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

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

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