Html Css Color HEX #D18D40 Peru

📋 copy color: '#D18D40'

red 209 ◦ green 141 ◦ blue 64

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

Shades of Peru #D18D40

Tints of Peru #D18D40

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.06%

 BLUE value IS 64 (25.39% from 255) = 15.46%

R = 50.48%
G = 34.06%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#D18D40 (or 0xD18D40) is known color: Peru. HEX triplet: D1, 8D and 40. RGB value is (209,141,64). Sum of RGB (Red+Green+Blue) = 209+141+64=414 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.48% from 414); Green value is 141 (55.47% from 255 or 34.06% from 414); Blue value is 64 (25.39% from 255 or 15.46% from 414); Max value from RGB is 209 - color contains mainly: red. Hex color #D18D40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18D40 is #2E72BF. Grayscale: #989898. Windows color (decimal): -3044032 or 4230609. OLE color: 4230609.

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

Color convert

RGB 209 141 64 -
CMYK 0 0.33 0.69 0.18
HSL 31.86º 0.61% 0.54% -
HSV(B) 31.86º 0.69% 0.82% -
XYZ 36.74 32.98 9.28 -
YUV 152.55 78.03 168.26 -
System Red Green Blue C M Y K H S L
Decimal 209 141 64 0 0.33 0.69 0.18 31.86 0.61 0.54
Hex D1 8D 40 0 21 45 12 20 3D 36
Octal 321 215 100 0 41 105 22 40 75 66
Binary 11010001 10001101 1000000 0 100001 1000101 10010 100000 111101 110110

Color Harmonies of #D18D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18D40

Black with #D18D40

Text Example


Text Example

White with #D18D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18D40; }

 p { color: rgb(209,141,64); }

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

background-color css

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

 a { background-color: rgb(209,141,64); }

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

border-color css

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

 span { border-color: rgb(209,141,64); }

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