Html Css Color HEX #D17F3A Peru

📋 copy color: '#D17F3A'

red 209 ◦ green 127 ◦ blue 58

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

Shades of Peru #D17F3A

Tints of Peru #D17F3A

RGB

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

 GREEN value IS 127 (50% from 255) = 32.23%

 BLUE value IS 58 (23.05% from 255) = 14.72%

R = 53.05%
G = 32.23%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D17F3A (or 0xD17F3A) is known color: Peru. HEX triplet: D1, 7F and 3A. RGB value is (209,127,58). Sum of RGB (Red+Green+Blue) = 209+127+58=394 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.05% from 394); Green value is 127 (50% from 255 or 32.23% from 394); Blue value is 58 (23.05% from 255 or 14.72% from 394); Max value from RGB is 209 - color contains mainly: red. Hex color #D17F3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17F3A is #2E80C5. Grayscale: #909090. Windows color (decimal): -3047622 or 3833809. OLE color: 3833809.

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

Color convert

RGB 209 127 58 -
CMYK 0 0.39 0.72 0.18
HSL 27.42º 0.62% 0.52% -
HSV(B) 27.42º 0.72% 0.82% -
XYZ 34.65 29.04 7.78 -
YUV 143.65 79.67 174.61 -
System Red Green Blue C M Y K H S L
Decimal 209 127 58 0 0.39 0.72 0.18 27.42 0.62 0.52
Hex D1 7F 3A 0 27 48 12 1B 3E 34
Octal 321 177 72 0 47 110 22 33 76 64
Binary 11010001 1111111 111010 0 100111 1001000 10010 11011 111110 110100

Color Harmonies of #D17F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17F3A

Black with #D17F3A

Text Example


Text Example

White with #D17F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17F3A; }

 p { color: rgb(209,127,58); }

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

background-color css

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

 a { background-color: rgb(209,127,58); }

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

border-color css

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

 span { border-color: rgb(209,127,58); }

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