Html Css Color HEX #D8744B Jaffa

📋 copy color: '#D8744B'

red 216 ◦ green 116 ◦ blue 75

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

Shades of Jaffa #D8744B

Tints of Jaffa #D8744B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.5%

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

R = 53.07%
G = 28.5%
B = 18.43%

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

#D8744B (or 0xD8744B) is known color: Jaffa. HEX triplet: D8, 74 and 4B. RGB value is (216,116,75). Sum of RGB (Red+Green+Blue) = 216+116+75=407 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.07% from 407); Green value is 116 (45.70% from 255 or 28.50% from 407); Blue value is 75 (29.69% from 255 or 18.43% from 407); Max value from RGB is 216 - color contains mainly: red. Hex color #D8744B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8744B is #278BB4. Grayscale: #8D8D8D. Windows color (decimal): -2591669 or 4945112. OLE color: 4945112.

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

Color convert

RGB 216 116 75 -
CMYK 0 0.46 0.65 0.15
HSL 17.45º 0.64% 0.57% -
HSV(B) 17.45º 0.65% 0.85% -
XYZ 35.83 27.6 10.09 -
YUV 141.23 90.63 181.33 -
System Red Green Blue C M Y K H S L
Decimal 216 116 75 0 0.46 0.65 0.15 17.45 0.64 0.57
Hex D8 74 4B 0 2E 41 F 11 40 39
Octal 330 164 113 0 56 101 17 21 100 71
Binary 11011000 1110100 1001011 0 101110 1000001 1111 10001 1000000 111001

Color Harmonies of #D8744B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8744B

Black with #D8744B

Text Example


Text Example

White with #D8744B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8744B; }

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

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

background-color css

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

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

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

border-color css

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

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

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