Html Css Color HEX #D18C3C Peru

📋 copy color: '#D18C3C'

red 209 ◦ green 140 ◦ blue 60

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

Shades of Peru #D18C3C

Tints of Peru #D18C3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 14.67%

R = 51.1%
G = 34.23%
B = 14.67%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D18C3C (or 0xD18C3C) is known color: Peru. HEX triplet: D1, 8C and 3C. RGB value is (209,140,60). Sum of RGB (Red+Green+Blue) = 209+140+60=409 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.10% from 409); Green value is 140 (55.08% from 255 or 34.23% from 409); Blue value is 60 (23.83% from 255 or 14.67% from 409); Max value from RGB is 209 - color contains mainly: red. Hex color #D18C3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18C3C is #2E73C3. Grayscale: #979797. Windows color (decimal): -3044292 or 3968209. OLE color: 3968209.

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

Color convert

RGB 209 140 60 -
CMYK 0 0.33 0.71 0.18
HSL 32.21º 0.62% 0.53% -
HSV(B) 32.21º 0.71% 0.82% -
XYZ 36.49 32.64 8.65 -
YUV 151.51 76.36 169 -
System Red Green Blue C M Y K H S L
Decimal 209 140 60 0 0.33 0.71 0.18 32.21 0.62 0.53
Hex D1 8C 3C 0 21 47 12 20 3E 35
Octal 321 214 74 0 41 107 22 40 76 65
Binary 11010001 10001100 111100 0 100001 1000111 10010 100000 111110 110101

Color Harmonies of #D18C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18C3C

Black with #D18C3C

Text Example


Text Example

White with #D18C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18C3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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