Html Css Color HEX #D17E3D Peru

📋 copy color: '#D17E3D'

red 209 ◦ green 126 ◦ blue 61

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

Shades of Peru #D17E3D

Tints of Peru #D17E3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 15.4%

R = 52.78%
G = 31.82%
B = 15.4%

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

#D17E3D (or 0xD17E3D) is known color: Peru. HEX triplet: D1, 7E and 3D. RGB value is (209,126,61). Sum of RGB (Red+Green+Blue) = 209+126+61=396 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.78% from 396); Green value is 126 (49.61% from 255 or 31.82% from 396); Blue value is 61 (24.22% from 255 or 15.40% from 396); Max value from RGB is 209 - color contains mainly: red. Hex color #D17E3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17E3D is #2E81C2. Grayscale: #8F8F8F. Windows color (decimal): -3047875 or 4030161. OLE color: 4030161.

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

Color convert

RGB 209 126 61 -
CMYK 0 0.40 0.71 0.18
HSL 26.35º 0.62% 0.53% -
HSV(B) 26.35º 0.71% 0.82% -
XYZ 34.6 28.81 8.15 -
YUV 143.41 81.5 174.79 -
System Red Green Blue C M Y K H S L
Decimal 209 126 61 0 0.40 0.71 0.18 26.35 0.62 0.53
Hex D1 7E 3D 0 28 47 12 1A 3E 35
Octal 321 176 75 0 50 107 22 32 76 65
Binary 11010001 1111110 111101 0 101000 1000111 10010 11010 111110 110101

Color Harmonies of #D17E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17E3D

Black with #D17E3D

Text Example


Text Example

White with #D17E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17E3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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