Html Css Color HEX #D18C46 Peru

📋 copy color: '#D18C46'

red 209 ◦ green 140 ◦ blue 70

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

Shades of Peru #D18C46

Tints of Peru #D18C46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 16.71%

R = 49.88%
G = 33.41%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#D18C46 (or 0xD18C46) is known color: Peru. HEX triplet: D1, 8C and 46. RGB value is (209,140,70). Sum of RGB (Red+Green+Blue) = 209+140+70=419 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.88% from 419); Green value is 140 (55.08% from 255 or 33.41% from 419); Blue value is 70 (27.73% from 255 or 16.71% from 419); Max value from RGB is 209 - color contains mainly: red. Hex color #D18C46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18C46 is #2E73B9. Grayscale: #989898. Windows color (decimal): -3044282 or 4623569. OLE color: 4623569.

HSL color Cylindrical-coordinate representation of color #D18C46: hue angle of 30.22º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D18C46 is Cyan = 0, Magento = 0.33, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 140 70 -
CMYK 0 0.33 0.67 0.18
HSL 30.22º 0.6% 0.55% -
HSV(B) 30.22º 0.67% 0.82% -
XYZ 36.78 32.75 10.18 -
YUV 152.65 81.36 168.19 -
System Red Green Blue C M Y K H S L
Decimal 209 140 70 0 0.33 0.67 0.18 30.22 0.6 0.55
Hex D1 8C 46 0 21 43 12 1E 3C 37
Octal 321 214 106 0 41 103 22 36 74 67
Binary 11010001 10001100 1000110 0 100001 1000011 10010 11110 111100 110111

Color Harmonies of #D18C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18C46

Black with #D18C46

Text Example


Text Example

White with #D18C46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18C46; }

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

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

background-color css

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

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

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

border-color css

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

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

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