Html Css Color HEX #D17E3C Peru

📋 copy color: '#D17E3C'

red 209 ◦ green 126 ◦ blue 60

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

Shades of Peru #D17E3C

Tints of Peru #D17E3C

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.9%

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

R = 52.91%
G = 31.9%
B = 15.19%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D17E3C (or 0xD17E3C) is known color: Peru. HEX triplet: D1, 7E and 3C. RGB value is (209,126,60). Sum of RGB (Red+Green+Blue) = 209+126+60=395 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.91% from 395); Green value is 126 (49.61% from 255 or 31.90% from 395); Blue value is 60 (23.83% from 255 or 15.19% from 395); Max value from RGB is 209 - color contains mainly: red. Hex color #D17E3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17E3C is #2E81C3. Grayscale: #8F8F8F. Windows color (decimal): -3047876 or 3964625. OLE color: 3964625.

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

Color convert

RGB 209 126 60 -
CMYK 0 0.40 0.71 0.18
HSL 26.58º 0.62% 0.53% -
HSV(B) 26.58º 0.71% 0.82% -
XYZ 34.57 28.8 8.01 -
YUV 143.29 81 174.87 -
System Red Green Blue C M Y K H S L
Decimal 209 126 60 0 0.40 0.71 0.18 26.58 0.62 0.53
Hex D1 7E 3C 0 28 47 12 1B 3E 35
Octal 321 176 74 0 50 107 22 33 76 65
Binary 11010001 1111110 111100 0 101000 1000111 10010 11011 111110 110101

Color Harmonies of #D17E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17E3C

Black with #D17E3C

Text Example


Text Example

White with #D17E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17E3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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