Html Css Color HEX #D98742 Peru

📋 copy color: '#D98742'

red 217 ◦ green 135 ◦ blue 66

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

Shades of Peru #D98742

Tints of Peru #D98742

RGB

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

 GREEN value IS 135 (53.13% from 255) = 32.3%

 BLUE value IS 66 (26.17% from 255) = 15.79%

R = 51.91%
G = 32.3%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#D98742 (or 0xD98742) is known color: Peru. HEX triplet: D9, 87 and 42. RGB value is (217,135,66). Sum of RGB (Red+Green+Blue) = 217+135+66=418 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.91% from 418); Green value is 135 (53.12% from 255 or 32.30% from 418); Blue value is 66 (26.17% from 255 or 15.79% from 418); Max value from RGB is 217 - color contains mainly: red. Hex color #D98742 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D98742 is #2678BD. Grayscale: #989898. Windows color (decimal): -2521278 or 4360153. OLE color: 4360153.

HSL color Cylindrical-coordinate representation of color #D98742: hue angle of 27.42º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D98742 is Cyan = 0, Magento = 0.38, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 135 66 -
CMYK 0 0.38 0.70 0.15
HSL 27.42º 0.67% 0.55% -
HSV(B) 27.42º 0.7% 0.85% -
XYZ 38.26 32.47 9.41 -
YUV 151.65 79.67 174.61 -
System Red Green Blue C M Y K H S L
Decimal 217 135 66 0 0.38 0.70 0.15 27.42 0.67 0.55
Hex D9 87 42 0 26 46 F 1B 43 37
Octal 331 207 102 0 46 106 17 33 103 67
Binary 11011001 10000111 1000010 0 100110 1000110 1111 11011 1000011 110111

Color Harmonies of #D98742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98742

Black with #D98742

Text Example


Text Example

White with #D98742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98742; }

 p { color: rgb(217,135,66); }

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

background-color css

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

 a { background-color: rgb(217,135,66); }

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

border-color css

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

 span { border-color: rgb(217,135,66); }

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