Html Css Color HEX #D8754B Jaffa

📋 copy color: '#D8754B'

red 216 ◦ green 117 ◦ blue 75

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

Shades of Jaffa #D8754B

Tints of Jaffa #D8754B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 18.38%

R = 52.94%
G = 28.68%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D8754B (or 0xD8754B) is known color: Jaffa. HEX triplet: D8, 75 and 4B. RGB value is (216,117,75). Sum of RGB (Red+Green+Blue) = 216+117+75=408 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.94% from 408); Green value is 117 (46.09% from 255 or 28.68% from 408); Blue value is 75 (29.69% from 255 or 18.38% from 408); Max value from RGB is 216 - color contains mainly: red. Hex color #D8754B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8754B is #278AB4. Grayscale: #8E8E8E. Windows color (decimal): -2591413 or 4945368. OLE color: 4945368.

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

Color convert

RGB 216 117 75 -
CMYK 0 0.46 0.65 0.15
HSL 17.87º 0.64% 0.57% -
HSV(B) 17.87º 0.65% 0.85% -
XYZ 35.95 27.83 10.13 -
YUV 141.81 90.3 180.92 -
System Red Green Blue C M Y K H S L
Decimal 216 117 75 0 0.46 0.65 0.15 17.87 0.64 0.57
Hex D8 75 4B 0 2E 41 F 12 40 39
Octal 330 165 113 0 56 101 17 22 100 71
Binary 11011000 1110101 1001011 0 101110 1000001 1111 10010 1000000 111001

Color Harmonies of #D8754B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8754B

Black with #D8754B

Text Example


Text Example

White with #D8754B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8754B; }

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

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

background-color css

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

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

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

border-color css

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

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

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