Html Css Color HEX #D8754D Jaffa

📋 copy color: '#D8754D'

red 216 ◦ green 117 ◦ blue 77

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

Shades of Jaffa #D8754D

Tints of Jaffa #D8754D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 18.78%

R = 52.68%
G = 28.54%
B = 18.78%

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

#D8754D (or 0xD8754D) is known color: Jaffa. HEX triplet: D8, 75 and 4D. RGB value is (216,117,77). Sum of RGB (Red+Green+Blue) = 216+117+77=410 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.68% from 410); Green value is 117 (46.09% from 255 or 28.54% from 410); Blue value is 77 (30.47% from 255 or 18.78% from 410); Max value from RGB is 216 - color contains mainly: red. Hex color #D8754D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D8754D is #278AB2. Grayscale: #8E8E8E. Windows color (decimal): -2591411 or 5076440. OLE color: 5076440.

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

Color convert

RGB 216 117 77 -
CMYK 0 0.46 0.64 0.15
HSL 17.27º 0.64% 0.57% -
HSV(B) 17.27º 0.64% 0.85% -
XYZ 36.02 27.86 10.5 -
YUV 142.04 91.3 180.75 -
System Red Green Blue C M Y K H S L
Decimal 216 117 77 0 0.46 0.64 0.15 17.27 0.64 0.57
Hex D8 75 4D 0 2E 40 F 11 40 39
Octal 330 165 115 0 56 100 17 21 100 71
Binary 11011000 1110101 1001101 0 101110 1000000 1111 10001 1000000 111001

Color Harmonies of #D8754D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8754D

Black with #D8754D

Text Example


Text Example

White with #D8754D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8754D; }

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

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

background-color css

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

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

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

border-color css

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

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

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