Html Css Color HEX #D97A52 Jaffa

📋 copy color: '#D97A52'

red 217 ◦ green 122 ◦ blue 82

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

Shades of Jaffa #D97A52

Tints of Jaffa #D97A52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 19.48%

R = 51.54%
G = 28.98%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#D97A52 (or 0xD97A52) is known color: Jaffa. HEX triplet: D9, 7A and 52. RGB value is (217,122,82). Sum of RGB (Red+Green+Blue) = 217+122+82=421 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.54% from 421); Green value is 122 (48.05% from 255 or 28.98% from 421); Blue value is 82 (32.42% from 255 or 19.48% from 421); Max value from RGB is 217 - color contains mainly: red. Hex color #D97A52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97A52 is #2685AD. Grayscale: #929292. Windows color (decimal): -2524590 or 5405401. OLE color: 5405401.

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

Color convert

RGB 217 122 82 -
CMYK 0 0.44 0.62 0.15
HSL 17.78º 0.64% 0.59% -
HSV(B) 17.78º 0.62% 0.85% -
XYZ 37.1 29.28 11.68 -
YUV 145.85 91.97 178.75 -
System Red Green Blue C M Y K H S L
Decimal 217 122 82 0 0.44 0.62 0.15 17.78 0.64 0.59
Hex D9 7A 52 0 2C 3E F 12 40 3B
Octal 331 172 122 0 54 76 17 22 100 73
Binary 11011001 1111010 1010010 0 101100 111110 1111 10010 1000000 111011

Color Harmonies of #D97A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97A52

Black with #D97A52

Text Example


Text Example

White with #D97A52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97A52; }

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

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

background-color css

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

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

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

border-color css

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

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

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