Html Css Color HEX #D18F43 Peru

📋 copy color: '#D18F43'

red 209 ◦ green 143 ◦ blue 67

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

Shades of Peru #D18F43

Tints of Peru #D18F43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 15.99%

R = 49.88%
G = 34.13%
B = 15.99%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D18F43 (or 0xD18F43) is known color: Peru. HEX triplet: D1, 8F and 43. RGB value is (209,143,67). Sum of RGB (Red+Green+Blue) = 209+143+67=419 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.88% from 419); Green value is 143 (56.25% from 255 or 34.13% from 419); Blue value is 67 (26.56% from 255 or 15.99% from 419); Max value from RGB is 209 - color contains mainly: red. Hex color #D18F43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18F43 is #2E70BC. Grayscale: #9A9A9A. Windows color (decimal): -3043517 or 4427729. OLE color: 4427729.

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

Color convert

RGB 209 143 67 -
CMYK 0 0.32 0.68 0.18
HSL 32.11º 0.61% 0.54% -
HSV(B) 32.11º 0.68% 0.82% -
XYZ 37.13 33.61 9.84 -
YUV 154.07 78.87 167.18 -
System Red Green Blue C M Y K H S L
Decimal 209 143 67 0 0.32 0.68 0.18 32.11 0.61 0.54
Hex D1 8F 43 0 20 44 12 20 3D 36
Octal 321 217 103 0 40 104 22 40 75 66
Binary 11010001 10001111 1000011 0 100000 1000100 10010 100000 111101 110110

Color Harmonies of #D18F43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18F43

Black with #D18F43

Text Example


Text Example

White with #D18F43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18F43; }

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

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

background-color css

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

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

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

border-color css

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

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

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