Html Css Color HEX #D97A51 Jaffa

📋 copy color: '#D97A51'

red 217 ◦ green 122 ◦ blue 81

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

Shades of Jaffa #D97A51

Tints of Jaffa #D97A51

RGB

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

 GREEN value IS 122 (48.05% from 255) = 29.05%

 BLUE value IS 81 (32.03% from 255) = 19.29%

R = 51.67%
G = 29.05%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#D97A51 (or 0xD97A51) is known color: Jaffa. HEX triplet: D9, 7A and 51. RGB value is (217,122,81). Sum of RGB (Red+Green+Blue) = 217+122+81=420 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.67% from 420); Green value is 122 (48.05% from 255 or 29.05% from 420); Blue value is 81 (32.03% from 255 or 19.29% from 420); Max value from RGB is 217 - color contains mainly: red. Hex color #D97A51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97A51 is #2685AE. Grayscale: #919191. Windows color (decimal): -2524591 or 5339865. OLE color: 5339865.

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

Color convert

RGB 217 122 81 -
CMYK 0 0.44 0.63 0.15
HSL 18.09º 0.64% 0.58% -
HSV(B) 18.09º 0.63% 0.85% -
XYZ 37.06 29.26 11.48 -
YUV 145.73 91.47 178.83 -
System Red Green Blue C M Y K H S L
Decimal 217 122 81 0 0.44 0.63 0.15 18.09 0.64 0.58
Hex D9 7A 51 0 2C 3F F 12 40 3A
Octal 331 172 121 0 54 77 17 22 100 72
Binary 11011001 1111010 1010001 0 101100 111111 1111 10010 1000000 111010

Color Harmonies of #D97A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97A51

Black with #D97A51

Text Example


Text Example

White with #D97A51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97A51; }

 p { color: rgb(217,122,81); }

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

background-color css

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

 a { background-color: rgb(217,122,81); }

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

border-color css

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

 span { border-color: rgb(217,122,81); }

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