Html Css Color HEX #D17F3C Peru

📋 copy color: '#D17F3C'

red 209 ◦ green 127 ◦ blue 60

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

Shades of Peru #D17F3C

Tints of Peru #D17F3C

RGB

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

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

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

R = 52.78%
G = 32.07%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D17F3C (or 0xD17F3C) is known color: Peru. HEX triplet: D1, 7F and 3C. RGB value is (209,127,60). Sum of RGB (Red+Green+Blue) = 209+127+60=396 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.78% from 396); Green value is 127 (50% from 255 or 32.07% from 396); Blue value is 60 (23.83% from 255 or 15.15% from 396); Max value from RGB is 209 - color contains mainly: red. Hex color #D17F3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17F3C is #2E80C3. Grayscale: #909090. Windows color (decimal): -3047620 or 3964881. OLE color: 3964881.

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

Color convert

RGB 209 127 60 -
CMYK 0 0.39 0.71 0.18
HSL 26.98º 0.62% 0.53% -
HSV(B) 26.98º 0.71% 0.82% -
XYZ 34.7 29.06 8.06 -
YUV 143.88 80.67 174.45 -
System Red Green Blue C M Y K H S L
Decimal 209 127 60 0 0.39 0.71 0.18 26.98 0.62 0.53
Hex D1 7F 3C 0 27 47 12 1B 3E 35
Octal 321 177 74 0 47 107 22 33 76 65
Binary 11010001 1111111 111100 0 100111 1000111 10010 11011 111110 110101

Color Harmonies of #D17F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17F3C

Black with #D17F3C

Text Example


Text Example

White with #D17F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17F3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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