Html Css Color HEX #D97048 Jaffa

📋 copy color: '#D97048'

red 217 ◦ green 112 ◦ blue 72

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

Shades of Jaffa #D97048

Tints of Jaffa #D97048

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.93%

 BLUE value IS 72 (28.52% from 255) = 17.96%

R = 54.11%
G = 27.93%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#D97048 (or 0xD97048) is known color: Jaffa. HEX triplet: D9, 70 and 48. RGB value is (217,112,72). Sum of RGB (Red+Green+Blue) = 217+112+72=401 (53% of max value = 765). Red value is 217 (85.16% from 255 or 54.11% from 401); Green value is 112 (44.14% from 255 or 27.93% from 401); Blue value is 72 (28.52% from 255 or 17.96% from 401); Max value from RGB is 217 - color contains mainly: red. Hex color #D97048 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D97048 is #268FB7. Grayscale: #8B8B8B. Windows color (decimal): -2527160 or 4747481. OLE color: 4747481.

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

Color convert

RGB 217 112 72 -
CMYK 0 0.48 0.67 0.15
HSL 16.55º 0.66% 0.57% -
HSV(B) 16.55º 0.67% 0.85% -
XYZ 35.58 26.81 9.43 -
YUV 138.84 90.29 183.75 -
System Red Green Blue C M Y K H S L
Decimal 217 112 72 0 0.48 0.67 0.15 16.55 0.66 0.57
Hex D9 70 48 0 30 43 F 11 42 39
Octal 331 160 110 0 60 103 17 21 102 71
Binary 11011001 1110000 1001000 0 110000 1000011 1111 10001 1000010 111001

Color Harmonies of #D97048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97048

Black with #D97048

Text Example


Text Example

White with #D97048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97048; }

 p { color: rgb(217,112,72); }

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

background-color css

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

 a { background-color: rgb(217,112,72); }

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

border-color css

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

 span { border-color: rgb(217,112,72); }

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