Html Css Color HEX #D18F48 Peru

📋 copy color: '#D18F48'

red 209 ◦ green 143 ◦ blue 72

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

Shades of Peru #D18F48

Tints of Peru #D18F48

RGB

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

 GREEN value IS 143 (56.25% from 255) = 33.73%

 BLUE value IS 72 (28.52% from 255) = 16.98%

R = 49.29%
G = 33.73%
B = 16.98%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#D18F48 (or 0xD18F48) is known color: Peru. HEX triplet: D1, 8F and 48. RGB value is (209,143,72). Sum of RGB (Red+Green+Blue) = 209+143+72=424 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.29% from 424); Green value is 143 (56.25% from 255 or 33.73% from 424); Blue value is 72 (28.52% from 255 or 16.98% from 424); Max value from RGB is 209 - color contains mainly: red. Hex color #D18F48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18F48 is #2E70B7. Grayscale: #9A9A9A. Windows color (decimal): -3043512 or 4755409. OLE color: 4755409.

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

Color convert

RGB 209 143 72 -
CMYK 0 0.32 0.66 0.18
HSL 31.09º 0.6% 0.55% -
HSV(B) 31.09º 0.66% 0.82% -
XYZ 37.29 33.67 10.66 -
YUV 154.64 81.37 166.77 -
System Red Green Blue C M Y K H S L
Decimal 209 143 72 0 0.32 0.66 0.18 31.09 0.6 0.55
Hex D1 8F 48 0 20 42 12 1F 3C 37
Octal 321 217 110 0 40 102 22 37 74 67
Binary 11010001 10001111 1001000 0 100000 1000010 10010 11111 111100 110111

Color Harmonies of #D18F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18F48

Black with #D18F48

Text Example


Text Example

White with #D18F48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18F48; }

 p { color: rgb(209,143,72); }

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

background-color css

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

 a { background-color: rgb(209,143,72); }

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

border-color css

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

 span { border-color: rgb(209,143,72); }

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