Html Css Color HEX #D18C40 Peru

📋 copy color: '#D18C40'

red 209 ◦ green 140 ◦ blue 64

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

Shades of Peru #D18C40

Tints of Peru #D18C40

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.9%

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

R = 50.61%
G = 33.9%
B = 15.5%

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

#D18C40 (or 0xD18C40) is known color: Peru. HEX triplet: D1, 8C and 40. RGB value is (209,140,64). Sum of RGB (Red+Green+Blue) = 209+140+64=413 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.61% from 413); Green value is 140 (55.08% from 255 or 33.90% from 413); Blue value is 64 (25.39% from 255 or 15.50% from 413); Max value from RGB is 209 - color contains mainly: red. Hex color #D18C40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18C40 is #2E73BF. Grayscale: #989898. Windows color (decimal): -3044288 or 4230353. OLE color: 4230353.

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

Color convert

RGB 209 140 64 -
CMYK 0 0.33 0.69 0.18
HSL 31.45º 0.61% 0.54% -
HSV(B) 31.45º 0.69% 0.82% -
XYZ 36.6 32.68 9.23 -
YUV 151.97 78.36 168.68 -
System Red Green Blue C M Y K H S L
Decimal 209 140 64 0 0.33 0.69 0.18 31.45 0.61 0.54
Hex D1 8C 40 0 21 45 12 1F 3D 36
Octal 321 214 100 0 41 105 22 37 75 66
Binary 11010001 10001100 1000000 0 100001 1000101 10010 11111 111101 110110

Color Harmonies of #D18C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18C40

Black with #D18C40

Text Example


Text Example

White with #D18C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18C40; }

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

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

background-color css

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

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

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

border-color css

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

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

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