Html Css Color HEX #D8774C Jaffa

📋 copy color: '#D8774C'

red 216 ◦ green 119 ◦ blue 76

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

Shades of Jaffa #D8774C

Tints of Jaffa #D8774C

RGB

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

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

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

R = 52.55%
G = 28.95%
B = 18.49%

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

#D8774C (or 0xD8774C) is known color: Jaffa. HEX triplet: D8, 77 and 4C. RGB value is (216,119,76). Sum of RGB (Red+Green+Blue) = 216+119+76=411 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.55% from 411); Green value is 119 (46.88% from 255 or 28.95% from 411); Blue value is 76 (30.08% from 255 or 18.49% from 411); Max value from RGB is 216 - color contains mainly: red. Hex color #D8774C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8774C is #2788B3. Grayscale: #8F8F8F. Windows color (decimal): -2590900 or 5011416. OLE color: 5011416.

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

Color convert

RGB 216 119 76 -
CMYK 0 0.45 0.65 0.15
HSL 18.43º 0.64% 0.57% -
HSV(B) 18.43º 0.65% 0.85% -
XYZ 36.22 28.31 10.39 -
YUV 143.1 90.14 180 -
System Red Green Blue C M Y K H S L
Decimal 216 119 76 0 0.45 0.65 0.15 18.43 0.64 0.57
Hex D8 77 4C 0 2D 41 F 12 40 39
Octal 330 167 114 0 55 101 17 22 100 71
Binary 11011000 1110111 1001100 0 101101 1000001 1111 10010 1000000 111001

Color Harmonies of #D8774C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8774C

Black with #D8774C

Text Example


Text Example

White with #D8774C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8774C; }

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

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

background-color css

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

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

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

border-color css

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

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

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