Html Css Color HEX #D98946 Peru

📋 copy color: '#D98946'

red 217 ◦ green 137 ◦ blue 70

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

Shades of Peru #D98946

Tints of Peru #D98946

RGB

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

 GREEN value IS 137 (53.91% from 255) = 32.31%

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

R = 51.18%
G = 32.31%
B = 16.51%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#D98946 (or 0xD98946) is known color: Peru. HEX triplet: D9, 89 and 46. RGB value is (217,137,70). Sum of RGB (Red+Green+Blue) = 217+137+70=424 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.18% from 424); Green value is 137 (53.91% from 255 or 32.31% from 424); Blue value is 70 (27.73% from 255 or 16.51% from 424); Max value from RGB is 217 - color contains mainly: red. Hex color #D98946 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D98946 is #2676B9. Grayscale: #999999. Windows color (decimal): -2520762 or 4622809. OLE color: 4622809.

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

Color convert

RGB 217 137 70 -
CMYK 0 0.37 0.68 0.15
HSL 27.35º 0.66% 0.56% -
HSV(B) 27.35º 0.68% 0.85% -
XYZ 38.67 33.09 10.14 -
YUV 153.28 81 173.45 -
System Red Green Blue C M Y K H S L
Decimal 217 137 70 0 0.37 0.68 0.15 27.35 0.66 0.56
Hex D9 89 46 0 25 44 F 1B 42 38
Octal 331 211 106 0 45 104 17 33 102 70
Binary 11011001 10001001 1000110 0 100101 1000100 1111 11011 1000010 111000

Color Harmonies of #D98946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98946

Black with #D98946

Text Example


Text Example

White with #D98946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98946; }

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

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

background-color css

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

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

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

border-color css

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

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

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