Html Css Color HEX #D8754E Jaffa

📋 copy color: '#D8754E'

red 216 ◦ green 117 ◦ blue 78

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

Shades of Jaffa #D8754E

Tints of Jaffa #D8754E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.47%

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

R = 52.55%
G = 28.47%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#D8754E (or 0xD8754E) is known color: Jaffa. HEX triplet: D8, 75 and 4E. RGB value is (216,117,78). Sum of RGB (Red+Green+Blue) = 216+117+78=411 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.55% from 411); Green value is 117 (46.09% from 255 or 28.47% from 411); Blue value is 78 (30.86% from 255 or 18.98% from 411); Max value from RGB is 216 - color contains mainly: red. Hex color #D8754E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8754E is #278AB1. Grayscale: #8E8E8E. Windows color (decimal): -2591410 or 5141976. OLE color: 5141976.

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

Color convert

RGB 216 117 78 -
CMYK 0 0.46 0.64 0.15
HSL 16.96º 0.64% 0.58% -
HSV(B) 16.96º 0.64% 0.85% -
XYZ 36.06 27.87 10.69 -
YUV 142.16 91.8 180.67 -
System Red Green Blue C M Y K H S L
Decimal 216 117 78 0 0.46 0.64 0.15 16.96 0.64 0.58
Hex D8 75 4E 0 2E 40 F 11 40 3A
Octal 330 165 116 0 56 100 17 21 100 72
Binary 11011000 1110101 1001110 0 101110 1000000 1111 10001 1000000 111010

Color Harmonies of #D8754E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8754E

Black with #D8754E

Text Example


Text Example

White with #D8754E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8754E; }

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

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

background-color css

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

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

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

border-color css

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

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

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