Html Css Color HEX #D97146 Jaffa

📋 copy color: '#D97146'

red 217 ◦ green 113 ◦ blue 70

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

Shades of Jaffa #D97146

Tints of Jaffa #D97146

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.25%

 BLUE value IS 70 (27.73% from 255) = 17.5%

R = 54.25%
G = 28.25%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D97146 (or 0xD97146) is known color: Jaffa. HEX triplet: D9, 71 and 46. RGB value is (217,113,70). Sum of RGB (Red+Green+Blue) = 217+113+70=400 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.25% from 400); Green value is 113 (44.53% from 255 or 28.25% from 400); Blue value is 70 (27.73% from 255 or 17.5% from 400); Max value from RGB is 217 - color contains mainly: red. Hex color #D97146 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D97146 is #268EB9. Grayscale: #8B8B8B. Windows color (decimal): -2526906 or 4616665. OLE color: 4616665.

HSL color Cylindrical-coordinate representation of color #D97146: hue angle of 17.55º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D97146 is Cyan = 0, Magento = 0.48, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 113 70 -
CMYK 0 0.48 0.68 0.15
HSL 17.55º 0.66% 0.56% -
HSV(B) 17.55º 0.68% 0.85% -
XYZ 35.63 27 9.13 -
YUV 139.19 88.96 183.5 -
System Red Green Blue C M Y K H S L
Decimal 217 113 70 0 0.48 0.68 0.15 17.55 0.66 0.56
Hex D9 71 46 0 30 44 F 12 42 38
Octal 331 161 106 0 60 104 17 22 102 70
Binary 11011001 1110001 1000110 0 110000 1000100 1111 10010 1000010 111000

Color Harmonies of #D97146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97146

Black with #D97146

Text Example


Text Example

White with #D97146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97146; }

 p { color: rgb(217,113,70); }

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

background-color css

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

 a { background-color: rgb(217,113,70); }

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

border-color css

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

 span { border-color: rgb(217,113,70); }

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