Html Css Color HEX #D18F41 Peru

📋 copy color: '#D18F41'

red 209 ◦ green 143 ◦ blue 65

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

Shades of Peru #D18F41

Tints of Peru #D18F41

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.29%

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

R = 50.12%
G = 34.29%
B = 15.59%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D18F41 (or 0xD18F41) is known color: Peru. HEX triplet: D1, 8F and 41. RGB value is (209,143,65). Sum of RGB (Red+Green+Blue) = 209+143+65=417 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.12% from 417); Green value is 143 (56.25% from 255 or 34.29% from 417); Blue value is 65 (25.78% from 255 or 15.59% from 417); Max value from RGB is 209 - color contains mainly: red. Hex color #D18F41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18F41 is #2E70BE. Grayscale: #9A9A9A. Windows color (decimal): -3043519 or 4296657. OLE color: 4296657.

HSL color Cylindrical-coordinate representation of color #D18F41: hue angle of 32.5º 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 #D18F41 is Cyan = 0, Magento = 0.32, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 143 65 -
CMYK 0 0.32 0.69 0.18
HSL 32.5º 0.61% 0.54% -
HSV(B) 32.5º 0.69% 0.82% -
XYZ 37.07 33.58 9.53 -
YUV 153.84 77.87 167.34 -
System Red Green Blue C M Y K H S L
Decimal 209 143 65 0 0.32 0.69 0.18 32.5 0.61 0.54
Hex D1 8F 41 0 20 45 12 20 3D 36
Octal 321 217 101 0 40 105 22 40 75 66
Binary 11010001 10001111 1000001 0 100000 1000101 10010 100000 111101 110110

Color Harmonies of #D18F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18F41

Black with #D18F41

Text Example


Text Example

White with #D18F41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18F41; }

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

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

background-color css

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

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

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

border-color css

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

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

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