Html Css Color HEX #D97750 Jaffa

📋 copy color: '#D97750'

red 217 ◦ green 119 ◦ blue 80

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

Shades of Jaffa #D97750

Tints of Jaffa #D97750

RGB

 RED value IS 217 (85.16% from 255) = 52.16%

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

 BLUE value IS 80 (31.64% from 255) = 19.23%

R = 52.16%
G = 28.61%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#D97750 (or 0xD97750) is known color: Jaffa. HEX triplet: D9, 77 and 50. RGB value is (217,119,80). Sum of RGB (Red+Green+Blue) = 217+119+80=416 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.16% from 416); Green value is 119 (46.88% from 255 or 28.61% from 416); Blue value is 80 (31.64% from 255 or 19.23% from 416); Max value from RGB is 217 - color contains mainly: red. Hex color #D97750 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97750 is #2688AF. Grayscale: #909090. Windows color (decimal): -2525360 or 5273561. OLE color: 5273561.

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

Color convert

RGB 217 119 80 -
CMYK 0 0.45 0.63 0.15
HSL 17.08º 0.64% 0.58% -
HSV(B) 17.08º 0.63% 0.85% -
XYZ 36.66 28.52 11.16 -
YUV 143.86 91.97 180.17 -
System Red Green Blue C M Y K H S L
Decimal 217 119 80 0 0.45 0.63 0.15 17.08 0.64 0.58
Hex D9 77 50 0 2D 3F F 11 40 3A
Octal 331 167 120 0 55 77 17 21 100 72
Binary 11011001 1110111 1010000 0 101101 111111 1111 10001 1000000 111010

Color Harmonies of #D97750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97750

Black with #D97750

Text Example


Text Example

White with #D97750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97750; }

 p { color: rgb(217,119,80); }

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

background-color css

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

 a { background-color: rgb(217,119,80); }

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

border-color css

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

 span { border-color: rgb(217,119,80); }

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