Html Css Color HEX #D18C42 Peru

📋 copy color: '#D18C42'

red 209 ◦ green 140 ◦ blue 66

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

Shades of Peru #D18C42

Tints of Peru #D18C42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 15.9%

R = 50.36%
G = 33.73%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D18C42 (or 0xD18C42) is known color: Peru. HEX triplet: D1, 8C and 42. RGB value is (209,140,66). Sum of RGB (Red+Green+Blue) = 209+140+66=415 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.36% from 415); Green value is 140 (55.08% from 255 or 33.73% from 415); Blue value is 66 (26.17% from 255 or 15.90% from 415); Max value from RGB is 209 - color contains mainly: red. Hex color #D18C42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18C42 is #2E73BD. Grayscale: #989898. Windows color (decimal): -3044286 or 4361425. OLE color: 4361425.

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

Color convert

RGB 209 140 66 -
CMYK 0 0.33 0.68 0.18
HSL 31.05º 0.61% 0.54% -
HSV(B) 31.05º 0.68% 0.82% -
XYZ 36.66 32.7 9.53 -
YUV 152.2 79.36 168.52 -
System Red Green Blue C M Y K H S L
Decimal 209 140 66 0 0.33 0.68 0.18 31.05 0.61 0.54
Hex D1 8C 42 0 21 44 12 1F 3D 36
Octal 321 214 102 0 41 104 22 37 75 66
Binary 11010001 10001100 1000010 0 100001 1000100 10010 11111 111101 110110

Color Harmonies of #D18C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18C42

Black with #D18C42

Text Example


Text Example

White with #D18C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18C42; }

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

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

background-color css

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

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

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

border-color css

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

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

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