Html Css Color HEX #D18441 Peru

📋 copy color: '#D18441'

red 209 ◦ green 132 ◦ blue 65

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

Shades of Peru #D18441

Tints of Peru #D18441

RGB

 RED value IS 209 (82.03% from 255) = 51.48%

 GREEN value IS 132 (51.95% from 255) = 32.51%

 BLUE value IS 65 (25.78% from 255) = 16.01%

R = 51.48%
G = 32.51%
B = 16.01%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D18441 (or 0xD18441) is known color: Peru. HEX triplet: D1, 84 and 41. RGB value is (209,132,65). Sum of RGB (Red+Green+Blue) = 209+132+65=406 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.48% from 406); Green value is 132 (51.95% from 255 or 32.51% from 406); Blue value is 65 (25.78% from 255 or 16.01% from 406); Max value from RGB is 209 - color contains mainly: red. Hex color #D18441 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18441 is #2E7BBE. Grayscale: #939393. Windows color (decimal): -3046335 or 4293841. OLE color: 4293841.

HSL color Cylindrical-coordinate representation of color #D18441: hue angle of 27.92º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D18441 is Cyan = 0, Magento = 0.37, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 132 65 -
CMYK 0 0.37 0.69 0.18
HSL 27.92º 0.61% 0.54% -
HSV(B) 27.92º 0.69% 0.82% -
XYZ 35.5 30.44 9.01 -
YUV 147.39 81.51 171.95 -
System Red Green Blue C M Y K H S L
Decimal 209 132 65 0 0.37 0.69 0.18 27.92 0.61 0.54
Hex D1 84 41 0 25 45 12 1C 3D 36
Octal 321 204 101 0 45 105 22 34 75 66
Binary 11010001 10000100 1000001 0 100101 1000101 10010 11100 111101 110110

Color Harmonies of #D18441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18441

Black with #D18441

Text Example


Text Example

White with #D18441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18441; }

 p { color: rgb(209,132,65); }

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

background-color css

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

 a { background-color: rgb(209,132,65); }

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

border-color css

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

 span { border-color: rgb(209,132,65); }

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